Html Css Color HEX #CAA870 Putty

📋 copy color: '#CAA870'

red 202 ◦ green 168 ◦ blue 112

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

Shades of Putty #CAA870

Tints of Putty #CAA870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 41.91%
G = 34.85%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAA870 (or 0xCAA870) is known color: Putty. HEX triplet: CA, A8 and 70. RGB value is (202,168,112). Sum of RGB (Red+Green+Blue) = 202+168+112=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA870 is #35578F. Grayscale: #ACACAC. Windows color (decimal): -3495824 or 7383242. OLE color: 7383242.

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

Color convert

RGB 202 168 112 -
CMYK 0 0.17 0.45 0.21
HSL 37.33º 0.46% 0.62% -
HSV(B) 37.33º 0.45% 0.79% -
XYZ 41.28 41.73 21.21 -
YUV 171.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 202 168 112 0 0.17 0.45 0.21 37.33 0.46 0.62
Hex CA A8 70 0 11 2D 15 25 2E 3E
Octal 312 250 160 0 21 55 25 45 56 76
Binary 11001010 10101000 1110000 0 10001 101101 10101 100101 101110 111110

Color Harmonies of #CAA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA870

Black with #CAA870

Text Example


Text Example

White with #CAA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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