#CCAC75

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

Shades of Putty #CCAC75

Tints of Putty #CCAC75

Color information

#CCAC75 (or 0xCCAC75) is unknown color: approx Putty. HEX triplet: CC, AC and 75. RGB value is (204,172,117). Sum of RGB (Red+Green+Blue) = 204+172+117=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC75 is #33538A. Grayscale: #AFAFAF. Windows color (decimal): -3363723 or 7711948. OLE color: 7711948.

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

Color convert

RGB204172117-
CMYK00.160.430.2
HSL37.93º46.03%62.94%-
HSV(B)37.93º42.65%80%-
XYZ42.8743.6322.99-
YUV175.395.1148.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=41.38%
G=34.89%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417211700.160.430.237.9346.0362.94
HexCCAC750102B14262e3f
Octal3142541650205324465677
Binary1100110010101100111010101000010101110100100110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC75; }

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

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

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

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

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

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

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

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