#CAB178

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

Shades of Putty #CAB178

Tints of Putty #CAB178

Color information

#CAB178 (or 0xCAB178) is unknown color: approx Putty. HEX triplet: CA, B1 and 78. RGB value is (202,177,120). Sum of RGB (Red+Green+Blue) = 202+177+120=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB178 is #354E87. Grayscale: #B2B2B2. Windows color (decimal): -3493512 or 7909834. OLE color: 7909834.

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

Color convert

RGB202177120-
CMYK00.120.410.21
HSL41.71º43.62%63.14%-
HSV(B)41.71º40.59%79.22%-
XYZ43.4745.3624.23-
YUV177.9895.28145.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 120 (47.27% from 255) = 24.05%
R=40.48%
G=35.47%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217712000.120.410.2141.7143.6263.14
HexCAB1780C29152a2c3f
Octal3122611700145125525477
Binary110010101011000111110000110010100110101101010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB178; }

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

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

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

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

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

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

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

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