#CCC164

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

Shades of Tacha #CCC164

Tints of Tacha #CCC164

Color information

#CCC164 (or 0xCCC164) is unknown color: approx Tacha. HEX triplet: CC, C1 and 64. RGB value is (204,193,100). Sum of RGB (Red+Green+Blue) = 204+193+100=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC164 is #333E9B. Grayscale: #BABABA. Windows color (decimal): -3358364 or 6603212. OLE color: 6603212.

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

Color convert

RGB204193100-
CMYK00.050.510.2
HSL53.65º50.49%59.61%-
HSV(B)53.65º50.98%80%-
XYZ46.2751.919.63-
YUV185.6979.64141.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=41.05%
G=38.83%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419310000.050.510.253.6550.4959.61
HexCCC16405331436323c
Octal314301144056324666274
Binary11001100110000011100100010111001110100110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC164; }

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

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

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

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

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

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

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

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