#CAB36F

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

Shades of Putty #CAB36F

Tints of Putty #CAB36F

Color information

#CAB36F (or 0xCAB36F) is unknown color: approx Putty. HEX triplet: CA, B3 and 6F. RGB value is (202,179,111). Sum of RGB (Red+Green+Blue) = 202+179+111=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB36F is #354C90. Grayscale: #B2B2B2. Windows color (decimal): -3493009 or 7320522. OLE color: 7320522.

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

Color convert

RGB202179111-
CMYK00.110.450.21
HSL44.84º46.19%61.37%-
HSV(B)44.84º45.05%79.22%-
XYZ43.3545.9421.62-
YUV178.1290.12145.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 111 (43.75% from 255) = 22.56%
R=41.06%
G=36.38%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217911100.110.450.2144.8446.1961.37
HexCAB36F0B2D152d2e3d
Octal3122631570135525555675
Binary110010101011001111011110101110110110101101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB36F; }

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

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

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

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

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

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

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

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