Html Css Color HEX #CAA579 Cameo

📋 copy color: '#CAA579'

red 202 ◦ green 165 ◦ blue 121

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

Shades of Cameo #CAA579

Tints of Cameo #CAA579

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.81%

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

R = 41.39%
G = 33.81%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAA579 (or 0xCAA579) is known color: Cameo. HEX triplet: CA, A5 and 79. RGB value is (202,165,121). Sum of RGB (Red+Green+Blue) = 202+165+121=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA579 is #355A86. Grayscale: #ABABAB. Windows color (decimal): -3496583 or 7972298. OLE color: 7972298.

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

Color convert

RGB 202 165 121 -
CMYK 0 0.18 0.40 0.21
HSL 32.59º 0.43% 0.63% -
HSV(B) 32.59º 0.4% 0.79% -
XYZ 41.26 40.85 23.8 -
YUV 171.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 202 165 121 0 0.18 0.40 0.21 32.59 0.43 0.63
Hex CA A5 79 0 12 28 15 21 2B 3F
Octal 312 245 171 0 22 50 25 41 53 77
Binary 11001010 10100101 1111001 0 10010 101000 10101 100001 101011 111111

Color Harmonies of #CAA579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA579

Black with #CAA579

Text Example


Text Example

White with #CAA579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA579; }

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

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

background-color css

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

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

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

border-color css

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

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

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