#CCC563

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

Shades of Tacha #CCC563

Tints of Tacha #CCC563

Color information

#CCC563 (or 0xCCC563) is unknown color: approx Tacha. HEX triplet: CC, C5 and 63. RGB value is (204,197,99). Sum of RGB (Red+Green+Blue) = 204+197+99=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC563 is #333A9C. Grayscale: #BCBCBC. Windows color (decimal): -3357341 or 6538700. OLE color: 6538700.

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

Color convert

RGB20419799-
CMYK00.030.510.2
HSL56º50.72%59.41%-
HSV(B)56º51.47%80%-
XYZ47.1253.6719.68-
YUV187.9277.82139.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 197 (77.34% from 255) = 39.4%
BLUE value IS 99 (39.06% from 255) = 19.8%
R=40.8%
G=39.4%
B=19.8%

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
Decimal2041979900.030.510.25650.7259.41
HexCCC56303331438333b
Octal314305143036324706373
Binary1100110011000101110001101111001110100111000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC563; }

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

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

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

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

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

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

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

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