#CCA36D

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

Shades of Putty #CCA36D

Tints of Putty #CCA36D

Color information

#CCA36D (or 0xCCA36D) is unknown color: approx Putty. HEX triplet: CC, A3 and 6D. RGB value is (204,163,109). Sum of RGB (Red+Green+Blue) = 204+163+109=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA36D is #335C92. Grayscale: #A9A9A9. Windows color (decimal): -3366035 or 7185356. OLE color: 7185356.

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

Color convert

RGB204163109-
CMYK00.200.470.2
HSL34.11º48.22%61.37%-
HSV(B)34.11º46.57%80%-
XYZ40.7640.1420.07-
YUV169.194.08152.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 163 (64.06% from 255) = 34.24%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=42.86%
G=34.24%
B=22.90%

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
Decimal20416310900.200.470.234.1148.2261.37
HexCCA36D0142F1422303d
Octal3142431550245724426075
Binary1100110010100011110110101010010111110100100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA36D; }

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

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

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

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

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

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

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

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