#CD6540

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

Shades of Ecstasy #CD6540

Tints of Ecstasy #CD6540

Color information

#CD6540 (or 0xCD6540) is unknown color: approx Ecstasy. HEX triplet: CD, 65 and 40. RGB value is (205,101,64). Sum of RGB (Red+Green+Blue) = 205+101+64=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6540 is #329ABF. Grayscale: #808080. Windows color (decimal): -3316416 or 4220365. OLE color: 4220365.

HSL color Cylindrical-coordinate representation of color #CD6540: hue angle of 15.74º degrees, saturation: 0.59, 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 #CD6540 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB20510164-
CMYK00.510.690.20
HSL15.74º58.51%52.75%-
HSV(B)15.74º68.78%80.39%-
XYZ30.7622.667.6-
YUV127.8891.96183.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.41%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 64 (25.39% from 255) = 17.30%
R=55.41%
G=27.30%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051016400.510.690.2015.7458.5152.75
HexCD65400334514103b35
Octal31514510006310524207365
Binary1100110111001011000000011001110001011010010000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6540; }

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

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

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

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

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

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

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

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