#CCC460

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

Shades of Tacha #CCC460

Tints of Tacha #CCC460

Color information

#CCC460 (or 0xCCC460) is unknown color: approx Tacha. HEX triplet: CC, C4 and 60. RGB value is (204,196,96). Sum of RGB (Red+Green+Blue) = 204+196+96=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC460 is #333B9F. Grayscale: #BBBBBB. Windows color (decimal): -3357600 or 6341836. OLE color: 6341836.

HSL color Cylindrical-coordinate representation of color #CCC460: hue angle of 55.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCC460 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB20419696-
CMYK00.040.530.2
HSL55.56º51.43%58.82%-
HSV(B)55.56º52.94%80%-
XYZ46.7553.1618.86-
YUV186.9976.65140.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 196 (76.95% from 255) = 39.52%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=41.13%
G=39.52%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041969600.040.530.255.5651.4358.82
HexCCC46004351438333b
Octal314304140046524706373
Binary11001100110001001100000010011010110100111000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC460; }

 p { color: rgb(204,196,96); }

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

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

 a { background-color: rgb(204,196,96); }

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

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

 span { border-color: rgb(204,196,96); }

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