Html Css Color HEX #CAA878 Putty

📋 copy color: '#CAA878'

red 202 ◦ green 168 ◦ blue 120

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

Shades of Putty #CAA878

Tints of Putty #CAA878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 41.22%
G = 34.29%
B = 24.49%

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

#CAA878 (or 0xCAA878) is known color: Putty. HEX triplet: CA, A8 and 78. RGB value is (202,168,120). Sum of RGB (Red+Green+Blue) = 202+168+120=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA878 is #355787. Grayscale: #ACACAC. Windows color (decimal): -3495816 or 7907530. OLE color: 7907530.

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

Color convert

RGB 202 168 120 -
CMYK 0 0.17 0.41 0.21
HSL 35.12º 0.44% 0.63% -
HSV(B) 35.12º 0.41% 0.79% -
XYZ 41.75 41.92 23.66 -
YUV 172.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 202 168 120 0 0.17 0.41 0.21 35.12 0.44 0.63
Hex CA A8 78 0 11 29 15 23 2C 3F
Octal 312 250 170 0 21 51 25 43 54 77
Binary 11001010 10101000 1111000 0 10001 101001 10101 100011 101100 111111

Color Harmonies of #CAA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA878

Black with #CAA878

Text Example


Text Example

White with #CAA878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA878; }

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

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

background-color css

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

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

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

border-color css

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

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

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