#CAAD78

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

Shades of Putty #CAAD78

Tints of Putty #CAAD78

Color information

#CAAD78 (or 0xCAAD78) is unknown color: approx Putty. HEX triplet: CA, AD and 78. RGB value is (202,173,120). Sum of RGB (Red+Green+Blue) = 202+173+120=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD78 is #355287. Grayscale: #AFAFAF. Windows color (decimal): -3494536 or 7908810. OLE color: 7908810.

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

Color convert

RGB202173120-
CMYK00.140.410.21
HSL38.78º43.62%63.14%-
HSV(B)38.78º40.59%79.22%-
XYZ42.6943.823.97-
YUV175.6396.61146.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=40.81%
G=34.95%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217312000.140.410.2138.7843.6263.14
HexCAAD780E2915272c3f
Octal3122551700165125475477
Binary110010101010110111110000111010100110101100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD78; }

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

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

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

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

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

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

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

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