#CCC163

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

Shades of Tacha #CCC163

Tints of Tacha #CCC163

Color information

#CCC163 (or 0xCCC163) is unknown color: approx Tacha. HEX triplet: CC, C1 and 63. RGB value is (204,193,99). Sum of RGB (Red+Green+Blue) = 204+193+99=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC163 is #333E9C. Grayscale: #B9B9B9. Windows color (decimal): -3358365 or 6537676. OLE color: 6537676.

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

Color convert

RGB20419399-
CMYK00.050.510.2
HSL53.71º50.72%59.41%-
HSV(B)53.71º51.47%80%-
XYZ46.2251.8819.38-
YUV185.5779.14141.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 99 (39.06% from 255) = 19.96%
R=41.13%
G=38.91%
B=19.96%

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
Decimal2041939900.050.510.253.7150.7259.41
HexCCC16305331436333b
Octal314301143056324666373
Binary11001100110000011100011010111001110100110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC163; }

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

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

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

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

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

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

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

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