#CCAF78

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

Shades of Putty #CCAF78

Tints of Putty #CCAF78

Color information

#CCAF78 (or 0xCCAF78) is unknown color: approx Putty. HEX triplet: CC, AF and 78. RGB value is (204,175,120). Sum of RGB (Red+Green+Blue) = 204+175+120=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF78 is #335087. Grayscale: #B1B1B1. Windows color (decimal): -3362952 or 7909324. OLE color: 7909324.

HSL color Cylindrical-coordinate representation of color #CCAF78: hue angle of 39.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCAF78 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204175120-
CMYK00.140.410.2
HSL39.29º45.16%63.53%-
HSV(B)39.29º41.18%80%-
XYZ43.6244.8524.13-
YUV177.495.61146.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 120 (47.27% from 255) = 24.05%
R=40.88%
G=35.07%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417512000.140.410.239.2945.1663.53
HexCCAF780E2914272d40
Octal31425717001651244755100
Binary1100110010101111111100001110101001101001001111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF78; }

 p { color: rgb(204,175,120); }

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

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

 a { background-color: rgb(204,175,120); }

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

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

 span { border-color: rgb(204,175,120); }

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