#CAB870

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

Shades of Putty #CAB870

Tints of Putty #CAB870

Color information

#CAB870 (or 0xCAB870) is unknown color: approx Putty. HEX triplet: CA, B8 and 70. RGB value is (202,184,112). Sum of RGB (Red+Green+Blue) = 202+184+112=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB870 is #35478F. Grayscale: #B5B5B5. Windows color (decimal): -3491728 or 7387338. OLE color: 7387338.

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

Color convert

RGB202184112-
CMYK00.090.450.21
HSL48º45.92%61.57%-
HSV(B)48º44.55%79.22%-
XYZ44.4248.0122.25-
YUV181.1788.96142.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 112 (44.14% from 255) = 22.49%
R=40.56%
G=36.95%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218411200.090.450.214845.9261.57
HexCAB870092D15302e3e
Octal3122701600115525605676
Binary110010101011100011100000100110110110101110000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB870; }

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

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

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

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

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

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

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

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