#CCC663

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

Shades of Tacha #CCC663

Tints of Tacha #CCC663

Color information

#CCC663 (or 0xCCC663) is unknown color: approx Tacha. HEX triplet: CC, C6 and 63. RGB value is (204,198,99). Sum of RGB (Red+Green+Blue) = 204+198+99=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC663 is #33399C. Grayscale: #BCBCBC. Windows color (decimal): -3357085 or 6538956. OLE color: 6538956.

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

Color convert

RGB20419899-
CMYK00.030.510.2
HSL56.57º50.72%59.41%-
HSV(B)56.57º51.47%80%-
XYZ47.3554.1319.76-
YUV188.5177.49139.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 99 (39.06% from 255) = 19.76%
R=40.72%
G=39.52%
B=19.76%

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
Decimal2041989900.030.510.256.5750.7259.41
HexCCC66303331439333b
Octal314306143036324716373
Binary1100110011000110110001101111001110100111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC663; }

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

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

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

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

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

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

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

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