#CAB36A

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

Shades of Putty #CAB36A

Tints of Putty #CAB36A

Color information

#CAB36A (or 0xCAB36A) is unknown color: approx Putty. HEX triplet: CA, B3 and 6A. RGB value is (202,179,106). Sum of RGB (Red+Green+Blue) = 202+179+106=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB36A is #354C95. Grayscale: #B1B1B1. Windows color (decimal): -3493014 or 6992842. OLE color: 6992842.

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

Color convert

RGB202179106-
CMYK00.110.480.21
HSL45.62º47.52%60.39%-
HSV(B)45.62º47.52%79.22%-
XYZ43.0845.8420.21-
YUV177.5687.62145.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=41.48%
G=36.76%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217910600.110.480.2145.6247.5260.39
HexCAB36A0B30152e303c
Octal3122631520136025566074
Binary110010101011001111010100101111000010101101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB36A; }

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

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

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

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

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

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

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

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