Shades of Ecstasy #CD673B
Tints of Ecstasy #CD673B
RGB
CMYK
RGB Variations
Color information
#CD673B (or 0xCD673B) is known color: Ecstasy. HEX triplet: CD, 67 and 3B. RGB value is (205,103,59). Sum of RGB (Red+Green+Blue) = 205+103+59=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD673B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD673B is #3298C4. Grayscale: #808080. Windows color (decimal): -3315909 or 3893197. OLE color: 3893197.
HSL color Cylindrical-coordinate representation of color #CD673B: hue angle of 18.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD673B is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 59 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.20 |
| HSL | 18.08º | 0.59% | 0.52% | - |
| HSV(B) | 18.08º | 0.71% | 0.8% | - |
| XYZ | 30.82 | 23 | 6.95 | - |
| YUV | 128.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 59 | 0 | 0.50 | 0.71 | 0.20 | 18.08 | 0.59 | 0.52 |
| Hex | CD | 67 | 3B | 0 | 32 | 47 | 14 | 12 | 3B | 34 |
| Octal | 315 | 147 | 73 | 0 | 62 | 107 | 24 | 22 | 73 | 64 |
| Binary | 11001101 | 1100111 | 111011 | 0 | 110010 | 1000111 | 10100 | 10010 | 111011 | 110100 |
Color Harmonies of #CD673B
Complementary color
Monochromatic Colors of #CD673B
Black with #CD673B
Text Example
Text Example
White with #CD673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD673B; }
p { color: rgb(205,103,59); }
H1.HeaderClassName
{
color: #CD673B;
}
.AnyTagClassName
{
color: #CD673B;
}
</style>
background-color css
<style>
a { background-color: #CD673B; }
a { background-color: rgb(205,103,59); }
div.DivClassName
{
background-color: #CD673B;
}
.BgClassName
{
background-color: #CD673B;
}
</style>
border-color css
<style>
span { border-color: #CD673B; }
span { border-color: rgb(205,103,59); }
td.TdClassName
{
border-color: #CD673B;
}
.TagClassName
{
border-color: #CD673B;
}
</style>