#CAAB78

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

Shades of Putty #CAAB78

Tints of Putty #CAAB78

Color information

#CAAB78 (or 0xCAAB78) is unknown color: approx Putty. HEX triplet: CA, AB and 78. RGB value is (202,171,120). Sum of RGB (Red+Green+Blue) = 202+171+120=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB78 is #355487. Grayscale: #AEAEAE. Windows color (decimal): -3495048 or 7908298. OLE color: 7908298.

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

Color convert

RGB202171120-
CMYK00.150.410.21
HSL37.32º43.62%63.14%-
HSV(B)37.32º40.59%79.22%-
XYZ42.3143.0423.85-
YUV174.4697.27147.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=40.97%
G=34.69%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217112000.150.410.2137.3243.6263.14
HexCAAB780F2915252c3f
Octal3122531700175125455477
Binary110010101010101111110000111110100110101100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB78; }

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

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

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

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

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

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

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

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