#CAB074

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

Shades of Putty #CAB074

Tints of Putty #CAB074

Color information

#CAB074 (or 0xCAB074) is unknown color: approx Putty. HEX triplet: CA, B0 and 74. RGB value is (202,176,116). Sum of RGB (Red+Green+Blue) = 202+176+116=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB074 is #354F8B. Grayscale: #B1B1B1. Windows color (decimal): -3493772 or 7647434. OLE color: 7647434.

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

Color convert

RGB202176116-
CMYK00.130.430.21
HSL41.86º44.79%62.35%-
HSV(B)41.86º42.57%79.22%-
XYZ43.0344.8722.92-
YUV176.9393.61145.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 116 (45.70% from 255) = 23.48%
R=40.89%
G=35.63%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217611600.130.430.2141.8644.7962.35
HexCAB0740D2B152a2d3e
Octal3122601640155325525576
Binary110010101011000011101000110110101110101101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB074; }

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

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

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

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

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

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

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

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