Html Css Color HEX #CAA570 Putty

📋 copy color: '#CAA570'

red 202 ◦ green 165 ◦ blue 112

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

Shades of Putty #CAA570

Tints of Putty #CAA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

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

R = 42.17%
G = 34.45%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAA570 (or 0xCAA570) is known color: Putty. HEX triplet: CA, A5 and 70. RGB value is (202,165,112). Sum of RGB (Red+Green+Blue) = 202+165+112=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA570 is #355A8F. Grayscale: #AAAAAA. Windows color (decimal): -3496592 or 7382474. OLE color: 7382474.

HSL color Cylindrical-coordinate representation of color #CAA570: hue angle of 35.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 #CAA570 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 112 -
CMYK 0 0.18 0.45 0.21
HSL 35.33º 0.46% 0.62% -
HSV(B) 35.33º 0.45% 0.79% -
XYZ 40.74 40.64 21.03 -
YUV 170.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 202 165 112 0 0.18 0.45 0.21 35.33 0.46 0.62
Hex CA A5 70 0 12 2D 15 23 2E 3E
Octal 312 245 160 0 22 55 25 43 56 76
Binary 11001010 10100101 1110000 0 10010 101101 10101 100011 101110 111110

Color Harmonies of #CAA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA570

Black with #CAA570

Text Example


Text Example

White with #CAA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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