#CCAC6F

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

Shades of Putty #CCAC6F

Tints of Putty #CCAC6F

Color information

#CCAC6F (or 0xCCAC6F) is unknown color: approx Putty. HEX triplet: CC, AC and 6F. RGB value is (204,172,111). Sum of RGB (Red+Green+Blue) = 204+172+111=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC6F is #335390. Grayscale: #AEAEAE. Windows color (decimal): -3363729 or 7318732. OLE color: 7318732.

HSL color Cylindrical-coordinate representation of color #CCAC6F: hue angle of 39.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCAC6F is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204172111-
CMYK00.160.460.2
HSL39.35º47.69%61.76%-
HSV(B)39.35º45.59%80%-
XYZ42.5243.4921.19-
YUV174.6192.1148.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=41.89%
G=35.32%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417211100.160.460.239.3547.6961.76
HexCCAC6F0102E1427303e
Octal3142541570205624476076
Binary1100110010101100110111101000010111010100100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC6F; }

 p { color: rgb(204,172,111); }

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

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

 a { background-color: rgb(204,172,111); }

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

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

 span { border-color: rgb(204,172,111); }

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