#CAB075

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

Shades of Putty #CAB075

Tints of Putty #CAB075

Color information

#CAB075 (or 0xCAB075) is unknown color: approx Putty. HEX triplet: CA, B0 and 75. RGB value is (202,176,117). Sum of RGB (Red+Green+Blue) = 202+176+117=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB075 is #354F8A. Grayscale: #B1B1B1. Windows color (decimal): -3493771 or 7712970. OLE color: 7712970.

HSL color Cylindrical-coordinate representation of color #CAB075: hue angle of 41.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAB075 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202176117-
CMYK00.130.420.21
HSL41.65º44.5%62.55%-
HSV(B)41.65º42.08%79.22%-
XYZ43.0944.8923.22-
YUV177.0594.11145.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=40.81%
G=35.56%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217611700.130.420.2141.6544.562.55
HexCAB0750D2A152a2d3f
Octal3122601650155225525577
Binary110010101011000011101010110110101010101101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB075; }

 p { color: rgb(202,176,117); }

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

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

 a { background-color: rgb(202,176,117); }

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

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

 span { border-color: rgb(202,176,117); }

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