Html Css Color HEX #C9A47A Cameo

📋 copy color: '#C9A47A'

red 201 ◦ green 164 ◦ blue 122

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

Shades of Cameo #C9A47A

Tints of Cameo #C9A47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.68%

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

R = 41.27%
G = 33.68%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9A47A (or 0xC9A47A) is known color: Cameo. HEX triplet: C9, A4 and 7A. RGB value is (201,164,122). Sum of RGB (Red+Green+Blue) = 201+164+122=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A47A is #365B85. Grayscale: #AAAAAA. Windows color (decimal): -3562374 or 8037577. OLE color: 8037577.

HSL color Cylindrical-coordinate representation of color #C9A47A: hue angle of 31.9º 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 #C9A47A is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 164 122 -
CMYK 0 0.18 0.39 0.21
HSL 31.9º 0.42% 0.63% -
HSV(B) 31.9º 0.39% 0.79% -
XYZ 40.88 40.37 24.05 -
YUV 170.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 201 164 122 0 0.18 0.39 0.21 31.9 0.42 0.63
Hex C9 A4 7A 0 12 27 15 20 2A 3F
Octal 311 244 172 0 22 47 25 40 52 77
Binary 11001001 10100100 1111010 0 10010 100111 10101 100000 101010 111111

Color Harmonies of #C9A47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A47A

Black with #C9A47A

Text Example


Text Example

White with #C9A47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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