#CAB66D

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

Shades of Putty #CAB66D

Tints of Putty #CAB66D

Color information

#CAB66D (or 0xCAB66D) is unknown color: approx Putty. HEX triplet: CA, B6 and 6D. RGB value is (202,182,109). Sum of RGB (Red+Green+Blue) = 202+182+109=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB66D is #354992. Grayscale: #B3B3B3. Windows color (decimal): -3492243 or 7190218. OLE color: 7190218.

HSL color Cylindrical-coordinate representation of color #CAB66D: hue angle of 47.1º degrees, saturation: 0.47, 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 #CAB66D is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202182109-
CMYK00.100.460.21
HSL47.1º46.73%60.98%-
HSV(B)47.1º46.04%79.22%-
XYZ43.8547.1221.25-
YUV179.6688.13143.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 109 (42.97% from 255) = 22.11%
R=40.97%
G=36.92%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218210900.100.460.2147.146.7360.98
HexCAB66D0A2E152f2f3d
Octal3122661550125625575775
Binary110010101011011011011010101010111010101101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB66D; }

 p { color: rgb(202,182,109); }

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

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

 a { background-color: rgb(202,182,109); }

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

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

 span { border-color: rgb(202,182,109); }

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