#CCA46A

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

Shades of Putty #CCA46A

Tints of Putty #CCA46A

Color information

#CCA46A (or 0xCCA46A) is unknown color: approx Putty. HEX triplet: CC, A4 and 6A. RGB value is (204,164,106). Sum of RGB (Red+Green+Blue) = 204+164+106=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA46A is #335B95. Grayscale: #A9A9A9. Windows color (decimal): -3365782 or 6989004. OLE color: 6989004.

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

Color convert

RGB204164106-
CMYK00.200.480.2
HSL35.51º49%60.78%-
HSV(B)35.51º48.04%80%-
XYZ40.7840.4319.29-
YUV169.3592.25152.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 106 (41.80% from 255) = 22.36%
R=43.04%
G=34.60%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416410600.200.480.235.514960.78
HexCCA46A014301424313d
Octal3142441520246024446175
Binary1100110010100100110101001010011000010100100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA46A; }

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

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

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

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

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

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

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

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