#CAB370

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

Shades of Putty #CAB370

Tints of Putty #CAB370

Color information

#CAB370 (or 0xCAB370) is unknown color: approx Putty. HEX triplet: CA, B3 and 70. RGB value is (202,179,112). Sum of RGB (Red+Green+Blue) = 202+179+112=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB370 is #354C8F. Grayscale: #B2B2B2. Windows color (decimal): -3493008 or 7386058. OLE color: 7386058.

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

Color convert

RGB202179112-
CMYK00.110.450.21
HSL44.67º45.92%61.57%-
HSV(B)44.67º44.55%79.22%-
XYZ43.445.9721.91-
YUV178.2490.62144.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=40.97%
G=36.31%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217911200.110.450.2144.6745.9261.57
HexCAB3700B2D152d2e3e
Octal3122631600135525555676
Binary110010101011001111100000101110110110101101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB370; }

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

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

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

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

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

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

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

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