#CAB76E

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

Shades of Putty #CAB76E

Tints of Putty #CAB76E

Color information

#CAB76E (or 0xCAB76E) is unknown color: approx Putty. HEX triplet: CA, B7 and 6E. RGB value is (202,183,110). Sum of RGB (Red+Green+Blue) = 202+183+110=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB76E is #354891. Grayscale: #B4B4B4. Windows color (decimal): -3491986 or 7256010. OLE color: 7256010.

HSL color Cylindrical-coordinate representation of color #CAB76E: hue angle of 47.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAB76E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202183110-
CMYK00.090.460.21
HSL47.61º46.46%61.18%-
HSV(B)47.61º45.54%79.22%-
XYZ44.1147.5521.61-
YUV180.3688.29143.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=40.81%
G=36.97%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218311000.090.460.2147.6146.4661.18
HexCAB76E092E15302e3d
Octal3122671560115625605675
Binary110010101011011111011100100110111010101110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB76E; }

 p { color: rgb(202,183,110); }

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

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

 a { background-color: rgb(202,183,110); }

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

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

 span { border-color: rgb(202,183,110); }

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