#CAB970

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

Shades of Putty #CAB970

Tints of Putty #CAB970

Color information

#CAB970 (or 0xCAB970) is unknown color: approx Putty. HEX triplet: CA, B9 and 70. RGB value is (202,185,112). Sum of RGB (Red+Green+Blue) = 202+185+112=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB970 is #35468F. Grayscale: #B6B6B6. Windows color (decimal): -3491472 or 7387594. OLE color: 7387594.

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

Color convert

RGB202185112-
CMYK00.080.450.21
HSL48.67º45.92%61.57%-
HSV(B)48.67º44.55%79.22%-
XYZ44.6348.4222.32-
YUV181.7688.63142.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=40.48%
G=37.07%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218511200.080.450.2148.6745.9261.57
HexCAB970082D15312e3e
Octal3122711600105525615676
Binary110010101011100111100000100010110110101110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB970; }

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

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

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

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

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

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

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

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