Skip to main content

Antique Brass

#C08B72

Antique Brass is a warm light color with the hex code #C08B72. This moderately saturated hue can be represented as RGB 192, 139, 114 in digital design or CMYK 0%, 28%, 41%, 25% for print applications. Find matching Pantone color.

Antique Brass color values

HEX
#C08B72
RGB
192, 139, 114
HSL
19°, 38%, 60%
CMYK
0, 28, 41, 25

About this color

Antique Brass sits at 19° on the color wheel with 38% saturation and 60% lightness, placing it in the red segment of the spectrum. The moderate 38% saturation gives it enough color presence to register clearly without competing for dominance in a composition. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Antique Brass is rendered as rgb(192, 139, 114), where the red channel dominates at 192, giving the color a clear red cast. This warm mid-tone carries enough energy to serve as an accent without the intensity of a highly saturated warm color.

For print, Antique Brass translates to a CMYK breakdown of 0C 28M 41Y 25K. The low-to-moderate black value (25%) means the color's character in print comes primarily from its yellow ink content (41%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Antique Brass

CSS Variable

:root {
  --brand-primary: #C08B72;
  --brand-primary-rgb: 192, 139, 114;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#C08B72',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 0%
M: 28%
Y: 41%
K: 25%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(192, 139, 114)
rgba(192, 139, 114, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #C08B72?
#C08B72 is Antique Brass, a warm light color with RGB values of 192, 139, 114. It has a hue of 19°, 38% saturation, and 60% lightness in the HSL color space.
What is the RGB value of #C08B72?
The RGB color code for #C08B72 is rgb(192, 139, 114). This means it contains 192 red, 139 green, and 114 blue in the RGB color model.
Is Antique Brass a warm or cool color?
Antique Brass (#C08B72) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #C08B72 in CSS?
You can use #C08B72 in CSS with: background-color: #C08B72; or color: #C08B72; or as an RGB value: rgb(192, 139, 114). For print design, use CMYK: 0%, 28%, 41%, 25%.