#CCC260

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

Shades of Tacha #CCC260

Tints of Tacha #CCC260

Color information

#CCC260 (or 0xCCC260) is unknown color: approx Tacha. HEX triplet: CC, C2 and 60. RGB value is (204,194,96). Sum of RGB (Red+Green+Blue) = 204+194+96=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC260 is #333D9F. Grayscale: #BABABA. Windows color (decimal): -3358112 or 6341324. OLE color: 6341324.

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

Color convert

RGB20419496-
CMYK00.050.530.2
HSL54.44º51.43%58.82%-
HSV(B)54.44º52.94%80%-
XYZ46.352.2718.71-
YUV185.8277.31140.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 194 (76.17% from 255) = 39.27%
BLUE value IS 96 (37.89% from 255) = 19.43%
R=41.30%
G=39.27%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041949600.050.530.254.4451.4358.82
HexCCC26005351436333b
Octal314302140056524666373
Binary11001100110000101100000010111010110100110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC260; }

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

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

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

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

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

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

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

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