Html Css Color HEX #CAA877 Putty

📋 copy color: '#CAA877'

red 202 ◦ green 168 ◦ blue 119

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

Shades of Putty #CAA877

Tints of Putty #CAA877

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

 BLUE value IS 119 (46.88% from 255) = 24.34%

R = 41.31%
G = 34.36%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAA877 (or 0xCAA877) is known color: Putty. HEX triplet: CA, A8 and 77. RGB value is (202,168,119). Sum of RGB (Red+Green+Blue) = 202+168+119=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA877 is #355788. Grayscale: #ACACAC. Windows color (decimal): -3495817 or 7841994. OLE color: 7841994.

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

Color convert

RGB 202 168 119 -
CMYK 0 0.17 0.41 0.21
HSL 35.42º 0.44% 0.63% -
HSV(B) 35.42º 0.41% 0.79% -
XYZ 41.69 41.89 23.34 -
YUV 172.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 202 168 119 0 0.17 0.41 0.21 35.42 0.44 0.63
Hex CA A8 77 0 11 29 15 23 2C 3F
Octal 312 250 167 0 21 51 25 43 54 77
Binary 11001010 10101000 1110111 0 10001 101001 10101 100011 101100 111111

Color Harmonies of #CAA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA877

Black with #CAA877

Text Example


Text Example

White with #CAA877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA877; }

 p { color: rgb(202,168,119); }

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

background-color css

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

 a { background-color: rgb(202,168,119); }

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

border-color css

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

 span { border-color: rgb(202,168,119); }

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