Html Css Color HEX #CAA879 Putty

📋 copy color: '#CAA879'

red 202 ◦ green 168 ◦ blue 121

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

Shades of Putty #CAA879

Tints of Putty #CAA879

RGB

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

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

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

R = 41.14%
G = 34.22%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAA879 (or 0xCAA879) is known color: Putty. HEX triplet: CA, A8 and 79. RGB value is (202,168,121). Sum of RGB (Red+Green+Blue) = 202+168+121=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA879 is #355786. Grayscale: #ADADAD. Windows color (decimal): -3495815 or 7973066. OLE color: 7973066.

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

Color convert

RGB 202 168 121 -
CMYK 0 0.17 0.40 0.21
HSL 34.81º 0.43% 0.63% -
HSV(B) 34.81º 0.4% 0.79% -
XYZ 41.81 41.94 23.98 -
YUV 172.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 202 168 121 0 0.17 0.40 0.21 34.81 0.43 0.63
Hex CA A8 79 0 11 28 15 23 2B 3F
Octal 312 250 171 0 21 50 25 43 53 77
Binary 11001010 10101000 1111001 0 10001 101000 10101 100011 101011 111111

Color Harmonies of #CAA879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA879

Black with #CAA879

Text Example


Text Example

White with #CAA879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA879; }

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

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

background-color css

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

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

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

border-color css

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

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

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