Html Css Color HEX #CAA776 Putty

📋 copy color: '#CAA776'

red 202 ◦ green 167 ◦ blue 118

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

Shades of Putty #CAA776

Tints of Putty #CAA776

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 41.48%
G = 34.29%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAA776 (or 0xCAA776) is known color: Putty. HEX triplet: CA, A7 and 76. RGB value is (202,167,118). Sum of RGB (Red+Green+Blue) = 202+167+118=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA776 is #355889. Grayscale: #ACACAC. Windows color (decimal): -3496074 or 7776202. OLE color: 7776202.

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

Color convert

RGB 202 167 118 -
CMYK 0 0.17 0.42 0.21
HSL 35º 0.44% 0.63% -
HSV(B) 35º 0.42% 0.79% -
XYZ 41.45 41.5 22.97 -
YUV 171.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 202 167 118 0 0.17 0.42 0.21 35 0.44 0.63
Hex CA A7 76 0 11 2A 15 23 2C 3F
Octal 312 247 166 0 21 52 25 43 54 77
Binary 11001010 10100111 1110110 0 10001 101010 10101 100011 101100 111111

Color Harmonies of #CAA776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA776

Black with #CAA776

Text Example


Text Example

White with #CAA776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA776; }

 p { color: rgb(202,167,118); }

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

background-color css

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

 a { background-color: rgb(202,167,118); }

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

border-color css

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

 span { border-color: rgb(202,167,118); }

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