Html Css Color HEX #CAA978 Putty

📋 copy color: '#CAA978'

red 202 ◦ green 169 ◦ blue 120

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

Shades of Putty #CAA978

Tints of Putty #CAA978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

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

R = 41.14%
G = 34.42%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAA978 (or 0xCAA978) is known color: Putty. HEX triplet: CA, A9 and 78. RGB value is (202,169,120). Sum of RGB (Red+Green+Blue) = 202+169+120=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA978 is #355687. Grayscale: #ADADAD. Windows color (decimal): -3495560 or 7907786. OLE color: 7907786.

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

Color convert

RGB 202 169 120 -
CMYK 0 0.16 0.41 0.21
HSL 35.85º 0.44% 0.63% -
HSV(B) 35.85º 0.41% 0.79% -
XYZ 41.94 42.29 23.72 -
YUV 173.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 202 169 120 0 0.16 0.41 0.21 35.85 0.44 0.63
Hex CA A9 78 0 10 29 15 24 2C 3F
Octal 312 251 170 0 20 51 25 44 54 77
Binary 11001010 10101001 1111000 0 10000 101001 10101 100100 101100 111111

Color Harmonies of #CAA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA978

Black with #CAA978

Text Example


Text Example

White with #CAA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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