#CAB36D

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

Shades of Putty #CAB36D

Tints of Putty #CAB36D

Color information

#CAB36D (or 0xCAB36D) is unknown color: approx Putty. HEX triplet: CA, B3 and 6D. RGB value is (202,179,109). Sum of RGB (Red+Green+Blue) = 202+179+109=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB36D is #354C92. Grayscale: #B2B2B2. Windows color (decimal): -3493011 or 7189450. OLE color: 7189450.

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

Color convert

RGB202179109-
CMYK00.110.460.21
HSL45.16º46.73%60.98%-
HSV(B)45.16º46.04%79.22%-
XYZ43.2445.921.05-
YUV177.989.12145.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=41.22%
G=36.53%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217910900.110.460.2145.1646.7360.98
HexCAB36D0B2E152d2f3d
Octal3122631550135625555775
Binary110010101011001111011010101110111010101101101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB36D; }

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

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

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

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

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

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

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

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