#CD613F

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

Shades of Ecstasy #CD613F

Tints of Ecstasy #CD613F

Color information

#CD613F (or 0xCD613F) is unknown color: approx Ecstasy. HEX triplet: CD, 61 and 3F. RGB value is (205,97,63). Sum of RGB (Red+Green+Blue) = 205+97+63=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD613F is #329EC0. Grayscale: #7D7D7D. Windows color (decimal): -3317441 or 4153805. OLE color: 4153805.

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

Color convert

RGB2059763-
CMYK00.530.690.20
HSL14.37º58.68%52.55%-
HSV(B)14.37º69.27%80.39%-
XYZ30.3521.897.33-
YUV125.4292.78184.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.16%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 63 (25% from 255) = 17.26%
R=56.16%
G=26.58%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205976300.530.690.2014.3758.6852.55
HexCD613F0354514e3b35
Octal3151417706510524167365
Binary11001101110000111111101101011000101101001110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD613F; }

 p { color: rgb(205,97,63); }

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

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

 a { background-color: rgb(205,97,63); }

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

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

 span { border-color: rgb(205,97,63); }

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