#CC6540

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

Shades of Ecstasy #CC6540

Tints of Ecstasy #CC6540

Color information

#CC6540 (or 0xCC6540) is unknown color: approx Ecstasy. HEX triplet: CC, 65 and 40. RGB value is (204,101,64). Sum of RGB (Red+Green+Blue) = 204+101+64=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6540 is #339ABF. Grayscale: #7F7F7F. Windows color (decimal): -3381952 or 4220364. OLE color: 4220364.

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

Color convert

RGB20410164-
CMYK00.500.690.2
HSL15.86º57.85%52.55%-
HSV(B)15.86º68.63%80%-
XYZ30.4822.517.59-
YUV127.5892.12182.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.28%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=55.28%
G=27.37%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041016400.500.690.215.8657.8552.55
HexCC65400324514103a35
Octal31414510006210524207265
Binary1100110011001011000000011001010001011010010000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6540; }

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

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

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

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

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

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

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

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