#CAB06D

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

Shades of Putty #CAB06D

Tints of Putty #CAB06D

Color information

#CAB06D (or 0xCAB06D) is unknown color: approx Putty. HEX triplet: CA, B0 and 6D. RGB value is (202,176,109). Sum of RGB (Red+Green+Blue) = 202+176+109=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB06D is #354F92. Grayscale: #B0B0B0. Windows color (decimal): -3493779 or 7188682. OLE color: 7188682.

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

Color convert

RGB202176109-
CMYK00.130.460.21
HSL43.23º46.73%60.98%-
HSV(B)43.23º46.04%79.22%-
XYZ42.6444.7120.85-
YUV176.1490.11146.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 109 (42.97% from 255) = 22.38%
R=41.48%
G=36.14%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217610900.130.460.2143.2346.7360.98
HexCAB06D0D2E152b2f3d
Octal3122601550155625535775
Binary110010101011000011011010110110111010101101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB06D; }

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

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

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

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

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

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

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

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