#CAB66E

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

Shades of Putty #CAB66E

Tints of Putty #CAB66E

Color information

#CAB66E (or 0xCAB66E) is unknown color: approx Putty. HEX triplet: CA, B6 and 6E. RGB value is (202,182,110). Sum of RGB (Red+Green+Blue) = 202+182+110=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB66E is #354991. Grayscale: #B4B4B4. Windows color (decimal): -3492242 or 7255754. OLE color: 7255754.

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

Color convert

RGB202182110-
CMYK00.100.460.21
HSL46.96º46.46%61.18%-
HSV(B)46.96º45.54%79.22%-
XYZ43.947.1421.54-
YUV179.7788.63143.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 110 (43.36% from 255) = 22.27%
R=40.89%
G=36.84%
B=22.27%

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
Decimal20218211000.100.460.2146.9646.4661.18
HexCAB66E0A2E152f2e3d
Octal3122661560125625575675
Binary110010101011011011011100101010111010101101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB66E; }

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

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

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

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

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

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

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

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