#CCC263

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

Shades of Tacha #CCC263

Tints of Tacha #CCC263

Color information

#CCC263 (or 0xCCC263) is unknown color: approx Tacha. HEX triplet: CC, C2 and 63. RGB value is (204,194,99). Sum of RGB (Red+Green+Blue) = 204+194+99=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC263 is #333D9C. Grayscale: #BABABA. Windows color (decimal): -3358109 or 6537932. OLE color: 6537932.

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

Color convert

RGB20419499-
CMYK00.050.510.2
HSL54.29º50.72%59.41%-
HSV(B)54.29º51.47%80%-
XYZ46.4552.3219.46-
YUV186.1678.81140.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 99 (39.06% from 255) = 19.92%
R=41.05%
G=39.03%
B=19.92%

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
Decimal2041949900.050.510.254.2950.7259.41
HexCCC26305331436333b
Octal314302143056324666373
Binary11001100110000101100011010111001110100110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC263; }

 p { color: rgb(204,194,99); }

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

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

 a { background-color: rgb(204,194,99); }

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

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

 span { border-color: rgb(204,194,99); }

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