#CD6140

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

Shades of Ecstasy #CD6140

Tints of Ecstasy #CD6140

Color information

#CD6140 (or 0xCD6140) is unknown color: approx Ecstasy. HEX triplet: CD, 61 and 40. RGB value is (205,97,64). Sum of RGB (Red+Green+Blue) = 205+97+64=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6140 is #329EBF. Grayscale: #7D7D7D. Windows color (decimal): -3317440 or 4219341. OLE color: 4219341.

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

Color convert

RGB2059764-
CMYK00.530.690.20
HSL14.04º58.51%52.75%-
HSV(B)14.04º68.78%80.39%-
XYZ30.3821.97.48-
YUV125.5393.28184.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.01%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=56.01%
G=26.50%
B=17.49%

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
Decimal205976400.530.690.2014.0458.5152.75
HexCD61400354514e3b35
Octal31514110006510524167365
Binary110011011100001100000001101011000101101001110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6140; }

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

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

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

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

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

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

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

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