#CCAC71

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

Shades of Putty #CCAC71

Tints of Putty #CCAC71

Color information

#CCAC71 (or 0xCCAC71) is unknown color: approx Putty. HEX triplet: CC, AC and 71. RGB value is (204,172,113). Sum of RGB (Red+Green+Blue) = 204+172+113=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC71 is #33538E. Grayscale: #AFAFAF. Windows color (decimal): -3363727 or 7449804. OLE color: 7449804.

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

Color convert

RGB204172113-
CMYK00.160.450.2
HSL38.9º47.15%62.16%-
HSV(B)38.9º44.61%80%-
XYZ42.6443.5321.78-
YUV174.8493.1148.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=41.72%
G=35.17%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417211300.160.450.238.947.1562.16
HexCCAC710102D14272f3e
Octal3142541610205524475776
Binary1100110010101100111000101000010110110100100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC71; }

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

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

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

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

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

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

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

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