Html Css Color HEX #C9A379 Cameo

📋 copy color: '#C9A379'

red 201 ◦ green 163 ◦ blue 121

#C9A379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #C9A379

Tints of Cameo #C9A379

RGB

 RED value IS 201 (78.91% from 255) = 41.44%

 GREEN value IS 163 (64.06% from 255) = 33.61%

 BLUE value IS 121 (47.66% from 255) = 24.95%

R = 41.44%
G = 33.61%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9A379 (or 0xC9A379) is known color: Cameo. HEX triplet: C9, A3 and 79. RGB value is (201,163,121). Sum of RGB (Red+Green+Blue) = 201+163+121=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A379 is #365C86. Grayscale: #A9A9A9. Windows color (decimal): -3562631 or 7971785. OLE color: 7971785.

HSL color Cylindrical-coordinate representation of color #C9A379: hue angle of 31.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9A379 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 163 121 -
CMYK 0 0.19 0.40 0.21
HSL 31.5º 0.43% 0.63% -
HSV(B) 31.5º 0.4% 0.79% -
XYZ 40.64 39.99 23.67 -
YUV 169.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 201 163 121 0 0.19 0.40 0.21 31.5 0.43 0.63
Hex C9 A3 79 0 13 28 15 1F 2B 3F
Octal 311 243 171 0 23 50 25 37 53 77
Binary 11001001 10100011 1111001 0 10011 101000 10101 11111 101011 111111

Color Harmonies of #C9A379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A379

Black with #C9A379

Text Example


Text Example

White with #C9A379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A379; }

 p { color: rgb(201,163,121); }

 H1.HeaderClassName
 {
   color: #C9A379;
 }
 .AnyTagClassName
 {
   color: #C9A379;
 }
</style>

background-color css

<style>
 a { background-color: #C9A379; }

 a { background-color: rgb(201,163,121); }

 div.DivClassName
 {
   background-color: #C9A379;
 }
 .BgClassName
 {
   background-color: #C9A379;
 }
</style>

border-color css

<style>
 span { border-color: #C9A379; }

 span { border-color: rgb(201,163,121); }

 td.TdClassName
 {
   border-color: #C9A379;
 }
 .TagClassName
 {
   border-color: #C9A379;
 }
</style>