#CCA56A

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

Shades of Putty #CCA56A

Tints of Putty #CCA56A

Color information

#CCA56A (or 0xCCA56A) is unknown color: approx Putty. HEX triplet: CC, A5 and 6A. RGB value is (204,165,106). Sum of RGB (Red+Green+Blue) = 204+165+106=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA56A is #335A95. Grayscale: #AAAAAA. Windows color (decimal): -3365526 or 6989260. OLE color: 6989260.

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

Color convert

RGB204165106-
CMYK00.190.480.2
HSL36.12º49%60.78%-
HSV(B)36.12º48.04%80%-
XYZ40.9640.7919.35-
YUV169.9491.92152.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=42.95%
G=34.74%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416510600.190.480.236.124960.78
HexCCA56A013301424313d
Octal3142451520236024446175
Binary1100110010100101110101001001111000010100100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA56A; }

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

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

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

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

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

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

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

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