#CCC266

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

Shades of Tacha #CCC266

Tints of Tacha #CCC266

Color information

#CCC266 (or 0xCCC266) is unknown color: approx Tacha. HEX triplet: CC, C2 and 66. RGB value is (204,194,102). Sum of RGB (Red+Green+Blue) = 204+194+102=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC266 is #333D99. Grayscale: #BABABA. Windows color (decimal): -3358106 or 6734540. OLE color: 6734540.

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

Color convert

RGB204194102-
CMYK00.050.50.2
HSL54.12º50%60%-
HSV(B)54.12º50%80%-
XYZ46.5952.3820.23-
YUV186.580.31140.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 102 (40.23% from 255) = 20.4%
R=40.8%
G=38.8%
B=20.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419410200.050.50.254.125060
HexCCC26605321436323c
Octal314302146056224666274
Binary11001100110000101100110010111001010100110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC266; }

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

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

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

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

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

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

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

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