#CCC265

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

Shades of Tacha #CCC265

Tints of Tacha #CCC265

Color information

#CCC265 (or 0xCCC265) is unknown color: approx Tacha. HEX triplet: CC, C2 and 65. RGB value is (204,194,101). Sum of RGB (Red+Green+Blue) = 204+194+101=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC265 is #333D9A. Grayscale: #BABABA. Windows color (decimal): -3358107 or 6669004. OLE color: 6669004.

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

Color convert

RGB204194101-
CMYK00.050.500.2
HSL54.17º50.24%59.8%-
HSV(B)54.17º50.49%80%-
XYZ46.5452.3619.97-
YUV186.3979.81140.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 101 (39.84% from 255) = 20.24%
R=40.88%
G=38.88%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419410100.050.500.254.1750.2459.8
HexCCC26505321436323c
Octal314302145056224666274
Binary11001100110000101100101010111001010100110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC265; }

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

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

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

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

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

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

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

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