Html Css Color HEX #C9A17A Cameo

📋 copy color: '#C9A17A'

red 201 ◦ green 161 ◦ blue 122

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

Shades of Cameo #C9A17A

Tints of Cameo #C9A17A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.26%

 BLUE value IS 122 (48.05% from 255) = 25.21%

R = 41.53%
G = 33.26%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9A17A (or 0xC9A17A) is known color: Cameo. HEX triplet: C9, A1 and 7A. RGB value is (201,161,122). Sum of RGB (Red+Green+Blue) = 201+161+122=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A17A is #365E85. Grayscale: #A8A8A8. Windows color (decimal): -3563142 or 8036809. OLE color: 8036809.

HSL color Cylindrical-coordinate representation of color #C9A17A: hue angle of 29.62º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9A17A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 122 -
CMYK 0 0.20 0.39 0.21
HSL 29.62º 0.42% 0.63% -
HSV(B) 29.62º 0.39% 0.79% -
XYZ 40.35 39.31 23.87 -
YUV 168.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 201 161 122 0 0.20 0.39 0.21 29.62 0.42 0.63
Hex C9 A1 7A 0 14 27 15 1E 2A 3F
Octal 311 241 172 0 24 47 25 36 52 77
Binary 11001001 10100001 1111010 0 10100 100111 10101 11110 101010 111111

Color Harmonies of #C9A17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A17A

Black with #C9A17A

Text Example


Text Example

White with #C9A17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A17A; }

 p { color: rgb(201,161,122); }

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

background-color css

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

 a { background-color: rgb(201,161,122); }

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

border-color css

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

 span { border-color: rgb(201,161,122); }

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