#CCAE7B

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

Shades of Putty #CCAE7B

Tints of Putty #CCAE7B

Color information

#CCAE7B (or 0xCCAE7B) is unknown color: approx Putty. HEX triplet: CC, AE and 7B. RGB value is (204,174,123). Sum of RGB (Red+Green+Blue) = 204+174+123=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE7B is #335184. Grayscale: #B1B1B1. Windows color (decimal): -3363205 or 8105676. OLE color: 8105676.

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

Color convert

RGB204174123-
CMYK00.150.400.2
HSL37.78º44.26%64.12%-
HSV(B)37.78º39.71%80%-
XYZ43.6144.5425.04-
YUV177.1697.44147.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=40.72%
G=34.73%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417412300.150.400.237.7844.2664.12
HexCCAE7B0F2814262c40
Octal31425617301750244654100
Binary1100110010101110111101101111101000101001001101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE7B; }

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

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

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

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

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

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

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

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