#CCC664

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

Shades of Tacha #CCC664

Tints of Tacha #CCC664

Color information

#CCC664 (or 0xCCC664) is unknown color: approx Tacha. HEX triplet: CC, C6 and 64. RGB value is (204,198,100). Sum of RGB (Red+Green+Blue) = 204+198+100=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC664 is #33399B. Grayscale: #BDBDBD. Windows color (decimal): -3357084 or 6604492. OLE color: 6604492.

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

Color convert

RGB204198100-
CMYK00.030.510.2
HSL56.54º50.49%59.61%-
HSV(B)56.54º50.98%80%-
XYZ47.454.1520.01-
YUV188.6277.99138.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 100 (39.45% from 255) = 19.92%
R=40.64%
G=39.44%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419810000.030.510.256.5450.4959.61
HexCCC66403331439323c
Octal314306144036324716274
Binary1100110011000110110010001111001110100111001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC664; }

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

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

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

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

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

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

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

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