Html Css Color HEX #CAA479 Cameo

📋 copy color: '#CAA479'

red 202 ◦ green 164 ◦ blue 121

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

Shades of Cameo #CAA479

Tints of Cameo #CAA479

RGB

 RED value IS 202 (79.3% from 255) = 41.48%

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

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

R = 41.48%
G = 33.68%
B = 24.85%

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

#CAA479 (or 0xCAA479) is known color: Cameo. HEX triplet: CA, A4 and 79. RGB value is (202,164,121). Sum of RGB (Red+Green+Blue) = 202+164+121=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA479 is #355B86. Grayscale: #AAAAAA. Windows color (decimal): -3496839 or 7972042. OLE color: 7972042.

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

Color convert

RGB 202 164 121 -
CMYK 0 0.19 0.40 0.21
HSL 31.85º 0.43% 0.63% -
HSV(B) 31.85º 0.4% 0.79% -
XYZ 41.08 40.49 23.74 -
YUV 170.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 202 164 121 0 0.19 0.40 0.21 31.85 0.43 0.63
Hex CA A4 79 0 13 28 15 20 2B 3F
Octal 312 244 171 0 23 50 25 40 53 77
Binary 11001010 10100100 1111001 0 10011 101000 10101 100000 101011 111111

Color Harmonies of #CAA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA479

Black with #CAA479

Text Example


Text Example

White with #CAA479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA479; }

 p { color: rgb(202,164,121); }

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

background-color css

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

 a { background-color: rgb(202,164,121); }

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

border-color css

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

 span { border-color: rgb(202,164,121); }

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