#CCAC6C

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

Shades of Putty #CCAC6C

Tints of Putty #CCAC6C

Color information

#CCAC6C (or 0xCCAC6C) is unknown color: approx Putty. HEX triplet: CC, AC and 6C. RGB value is (204,172,108). Sum of RGB (Red+Green+Blue) = 204+172+108=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC6C is #335393. Grayscale: #AEAEAE. Windows color (decimal): -3363732 or 7122124. OLE color: 7122124.

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

Color convert

RGB204172108-
CMYK00.160.470.2
HSL40º48.48%61.18%-
HSV(B)40º47.06%80%-
XYZ42.3643.4320.34-
YUV174.2790.6149.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=42.15%
G=35.54%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417210800.160.470.24048.4861.18
HexCCAC6C0102F1428303d
Octal3142541540205724506075
Binary1100110010101100110110001000010111110100101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC6C; }

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

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

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

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

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

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

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

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