#CCA46C

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

Shades of Putty #CCA46C

Tints of Putty #CCA46C

Color information

#CCA46C (or 0xCCA46C) is unknown color: approx Putty. HEX triplet: CC, A4 and 6C. RGB value is (204,164,108). Sum of RGB (Red+Green+Blue) = 204+164+108=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA46C is #335B93. Grayscale: #A9A9A9. Windows color (decimal): -3365780 or 7120076. OLE color: 7120076.

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

Color convert

RGB204164108-
CMYK00.200.470.2
HSL35º48.48%61.18%-
HSV(B)35º47.06%80%-
XYZ40.8840.4719.84-
YUV169.5893.25152.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 108 (42.58% from 255) = 22.69%
R=42.86%
G=34.45%
B=22.69%

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
Decimal20416410800.200.470.23548.4861.18
HexCCA46C0142F1423303d
Octal3142441540245724436075
Binary1100110010100100110110001010010111110100100011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA46C; }

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

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

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

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

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

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

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

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