Html Css Color HEX #CAA972 Putty

📋 copy color: '#CAA972'

red 202 ◦ green 169 ◦ blue 114

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

Shades of Putty #CAA972

Tints of Putty #CAA972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 41.65%
G = 34.85%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAA972 (or 0xCAA972) is known color: Putty. HEX triplet: CA, A9 and 72. RGB value is (202,169,114). Sum of RGB (Red+Green+Blue) = 202+169+114=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA972 is #35568D. Grayscale: #ACACAC. Windows color (decimal): -3495566 or 7514570. OLE color: 7514570.

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

Color convert

RGB 202 169 114 -
CMYK 0 0.16 0.44 0.21
HSL 37.5º 0.45% 0.62% -
HSV(B) 37.5º 0.44% 0.79% -
XYZ 41.58 42.15 21.86 -
YUV 172.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 202 169 114 0 0.16 0.44 0.21 37.5 0.45 0.62
Hex CA A9 72 0 10 2C 15 26 2D 3E
Octal 312 251 162 0 20 54 25 46 55 76
Binary 11001010 10101001 1110010 0 10000 101100 10101 100110 101101 111110

Color Harmonies of #CAA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA972

Black with #CAA972

Text Example


Text Example

White with #CAA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA972; }

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

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

background-color css

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

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

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

border-color css

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

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

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