#CCAC7B

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

Shades of Putty #CCAC7B

Tints of Putty #CCAC7B

Color information

#CCAC7B (or 0xCCAC7B) is unknown color: approx Putty. HEX triplet: CC, AC and 7B. RGB value is (204,172,123). Sum of RGB (Red+Green+Blue) = 204+172+123=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC7B is #335384. Grayscale: #B0B0B0. Windows color (decimal): -3363717 or 8105164. OLE color: 8105164.

HSL color Cylindrical-coordinate representation of color #CCAC7B: hue angle of 36.3º degrees, saturation: 0.44, 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 #CCAC7B is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204172123-
CMYK00.160.400.2
HSL36.3º44.26%64.12%-
HSV(B)36.3º39.71%80%-
XYZ43.2343.7724.91-
YUV175.9898.1147.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 123 (48.44% from 255) = 24.65%
R=40.88%
G=34.47%
B=24.65%

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
Decimal20417212300.160.400.236.344.2664.12
HexCCAC7B0102814242c40
Octal31425417302050244454100
Binary11001100101011001111011010000101000101001001001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC7B; }

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

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

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

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

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

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

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

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