#CCC360

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

Shades of Tacha #CCC360

Tints of Tacha #CCC360

Color information

#CCC360 (or 0xCCC360) is unknown color: approx Tacha. HEX triplet: CC, C3 and 60. RGB value is (204,195,96). Sum of RGB (Red+Green+Blue) = 204+195+96=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC360 is #333C9F. Grayscale: #BABABA. Windows color (decimal): -3357856 or 6341580. OLE color: 6341580.

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

Color convert

RGB20419596-
CMYK00.040.530.2
HSL55º51.43%58.82%-
HSV(B)55º52.94%80%-
XYZ46.5352.7118.79-
YUV186.476.98140.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 96 (37.89% from 255) = 19.39%
R=41.21%
G=39.39%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041959600.040.530.25551.4358.82
HexCCC36004351437333b
Octal314303140046524676373
Binary11001100110000111100000010011010110100110111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC360; }

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

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

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

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

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

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

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

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