#CAB078

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

Shades of Putty #CAB078

Tints of Putty #CAB078

Color information

#CAB078 (or 0xCAB078) is unknown color: approx Putty. HEX triplet: CA, B0 and 78. RGB value is (202,176,120). Sum of RGB (Red+Green+Blue) = 202+176+120=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB078 is #354F87. Grayscale: #B1B1B1. Windows color (decimal): -3493768 or 7909578. OLE color: 7909578.

HSL color Cylindrical-coordinate representation of color #CAB078: hue angle of 40.98º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAB078 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202176120-
CMYK00.130.410.21
HSL40.98º43.62%63.14%-
HSV(B)40.98º40.59%79.22%-
XYZ43.2744.9624.17-
YUV177.3995.61145.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 120 (47.27% from 255) = 24.10%
R=40.56%
G=35.34%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217612000.130.410.2140.9843.6263.14
HexCAB0780D2915292c3f
Octal3122601700155125515477
Binary110010101011000011110000110110100110101101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB078; }

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

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

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

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

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

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

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

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