#CC6140

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

Shades of Ecstasy #CC6140

Tints of Ecstasy #CC6140

Color information

#CC6140 (or 0xCC6140) is unknown color: approx Ecstasy. HEX triplet: CC, 61 and 40. RGB value is (204,97,64). Sum of RGB (Red+Green+Blue) = 204+97+64=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6140 is #339EBF. Grayscale: #7D7D7D. Windows color (decimal): -3382976 or 4219340. OLE color: 4219340.

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

Color convert

RGB2049764-
CMYK00.520.690.2
HSL14.14º57.85%52.55%-
HSV(B)14.14º68.63%80%-
XYZ30.121.767.46-
YUV125.2393.45184.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=55.89%
G=26.58%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204976400.520.690.214.1457.8552.55
HexCC61400344514e3a35
Octal31414110006410524167265
Binary110011001100001100000001101001000101101001110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6140; }

 p { color: rgb(204,97,64); }

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

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

 a { background-color: rgb(204,97,64); }

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

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

 span { border-color: rgb(204,97,64); }

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