#CCA56D

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

Shades of Putty #CCA56D

Tints of Putty #CCA56D

Color information

#CCA56D (or 0xCCA56D) is unknown color: approx Putty. HEX triplet: CC, A5 and 6D. RGB value is (204,165,109). Sum of RGB (Red+Green+Blue) = 204+165+109=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA56D is #335A92. Grayscale: #AAAAAA. Windows color (decimal): -3365523 or 7185868. OLE color: 7185868.

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

Color convert

RGB204165109-
CMYK00.190.470.2
HSL35.37º48.22%61.37%-
HSV(B)35.37º46.57%80%-
XYZ41.1240.8520.19-
YUV170.2893.42152.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=42.68%
G=34.52%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416510900.190.470.235.3748.2261.37
HexCCA56D0132F1423303d
Octal3142451550235724436075
Binary1100110010100101110110101001110111110100100011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA56D; }

 p { color: rgb(204,165,109); }

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

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

 a { background-color: rgb(204,165,109); }

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

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

 span { border-color: rgb(204,165,109); }

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