#CCC464

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

Shades of Tacha #CCC464

Tints of Tacha #CCC464

Color information

#CCC464 (or 0xCCC464) is unknown color: approx Tacha. HEX triplet: CC, C4 and 64. RGB value is (204,196,100). Sum of RGB (Red+Green+Blue) = 204+196+100=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC464 is #333B9B. Grayscale: #BBBBBB. Windows color (decimal): -3357596 or 6603980. OLE color: 6603980.

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

Color convert

RGB204196100-
CMYK00.040.510.2
HSL55.38º50.49%59.61%-
HSV(B)55.38º50.98%80%-
XYZ46.9453.2419.86-
YUV187.4578.65139.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 100 (39.45% from 255) = 20%
R=40.8%
G=39.2%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419610000.040.510.255.3850.4959.61
HexCCC46404331437323c
Octal314304144046324676274
Binary11001100110001001100100010011001110100110111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC464; }

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

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

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

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

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

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

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

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