#CAB570

Color #CAB570 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CAB570

Tints of Putty #CAB570

Color information

#CAB570 (or 0xCAB570) is unknown color: approx Putty. HEX triplet: CA, B5 and 70. RGB value is (202,181,112). Sum of RGB (Red+Green+Blue) = 202+181+112=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB570 is #354A8F. Grayscale: #B3B3B3. Windows color (decimal): -3492496 or 7386570. OLE color: 7386570.

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

Color convert

RGB202181112-
CMYK00.100.450.21
HSL46º45.92%61.57%-
HSV(B)46º44.55%79.22%-
XYZ43.8146.7722.05-
YUV179.4189.96144.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=40.81%
G=36.57%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218111200.100.450.214645.9261.57
HexCAB5700A2D152e2e3e
Octal3122651600125525565676
Binary110010101011010111100000101010110110101101110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB570; }

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

 H1.HeaderClassName
 {
   color: #CAB570;
 }
 .AnyTagClassName
 {
   color: #CAB570;
 }
</style>
background-color css

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

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

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

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

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

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