#CAB774

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

Shades of Putty #CAB774

Tints of Putty #CAB774

Color information

#CAB774 (or 0xCAB774) is unknown color: approx Putty. HEX triplet: CA, B7 and 74. RGB value is (202,183,116). Sum of RGB (Red+Green+Blue) = 202+183+116=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB774 is #35488B. Grayscale: #B5B5B5. Windows color (decimal): -3491980 or 7649226. OLE color: 7649226.

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

Color convert

RGB202183116-
CMYK00.090.430.21
HSL46.74º44.79%62.35%-
HSV(B)46.74º42.57%79.22%-
XYZ44.4447.6823.38-
YUV181.0491.29142.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=40.32%
G=36.53%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218311600.090.430.2146.7444.7962.35
HexCAB774092B152f2d3e
Octal3122671640115325575576
Binary110010101011011111101000100110101110101101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB774; }

 p { color: rgb(202,183,116); }

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

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

 a { background-color: rgb(202,183,116); }

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

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

 span { border-color: rgb(202,183,116); }

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