#CCAC7A

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

Shades of Putty #CCAC7A

Tints of Putty #CCAC7A

Color information

#CCAC7A (or 0xCCAC7A) is unknown color: approx Putty. HEX triplet: CC, AC and 7A. RGB value is (204,172,122). Sum of RGB (Red+Green+Blue) = 204+172+122=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC7A is #335385. Grayscale: #B0B0B0. Windows color (decimal): -3363718 or 8039628. OLE color: 8039628.

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

Color convert

RGB204172122-
CMYK00.160.400.2
HSL36.59º44.57%63.92%-
HSV(B)36.59º40.2%80%-
XYZ43.1743.7524.58-
YUV175.8797.6148.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 122 (48.05% from 255) = 24.50%
R=40.96%
G=34.54%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417212200.160.400.236.5944.5763.92
HexCCAC7A0102814252d40
Octal31425417202050244555100
Binary11001100101011001111010010000101000101001001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC7A; }

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

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

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

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

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

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

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

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