#CCA46D

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

Shades of Putty #CCA46D

Tints of Putty #CCA46D

Color information

#CCA46D (or 0xCCA46D) is unknown color: approx Putty. HEX triplet: CC, A4 and 6D. RGB value is (204,164,109). Sum of RGB (Red+Green+Blue) = 204+164+109=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA46D is #335B92. Grayscale: #A9A9A9. Windows color (decimal): -3365779 or 7185612. OLE color: 7185612.

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

Color convert

RGB204164109-
CMYK00.200.470.2
HSL34.74º48.22%61.37%-
HSV(B)34.74º46.57%80%-
XYZ40.9440.4920.13-
YUV169.6993.75152.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=42.77%
G=34.38%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416410900.200.470.234.7448.2261.37
HexCCA46D0142F1423303d
Octal3142441550245724436075
Binary1100110010100100110110101010010111110100100011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA46D; }

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

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

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

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

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

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

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

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