Shades of Ecstasy #CA623D
Tints of Ecstasy #CA623D
RGB
CMYK
RGB Variations
Color information
#CA623D (or 0xCA623D) is known color: Ecstasy. HEX triplet: CA, 62 and 3D. RGB value is (202,98,61). Sum of RGB (Red+Green+Blue) = 202+98+61=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA623D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA623D is #359DC2. Grayscale: #7D7D7D. Windows color (decimal): -3513795 or 4022986. OLE color: 4022986.
HSL color Cylindrical-coordinate representation of color #CA623D: hue angle of 15.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA623D is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 61 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.21 |
| HSL | 15.74º | 0.57% | 0.52% | - |
| HSV(B) | 15.74º | 0.7% | 0.79% | - |
| XYZ | 29.57 | 21.63 | 7.03 | - |
| YUV | 124.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 61 | 0 | 0.51 | 0.70 | 0.21 | 15.74 | 0.57 | 0.52 |
| Hex | CA | 62 | 3D | 0 | 33 | 46 | 15 | 10 | 39 | 34 |
| Octal | 312 | 142 | 75 | 0 | 63 | 106 | 25 | 20 | 71 | 64 |
| Binary | 11001010 | 1100010 | 111101 | 0 | 110011 | 1000110 | 10101 | 10000 | 111001 | 110100 |
Color Harmonies of #CA623D
Complementary color
Monochromatic Colors of #CA623D
Black with #CA623D
Text Example
Text Example
White with #CA623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA623D; }
p { color: rgb(202,98,61); }
H1.HeaderClassName
{
color: #CA623D;
}
.AnyTagClassName
{
color: #CA623D;
}
</style>
background-color css
<style>
a { background-color: #CA623D; }
a { background-color: rgb(202,98,61); }
div.DivClassName
{
background-color: #CA623D;
}
.BgClassName
{
background-color: #CA623D;
}
</style>
border-color css
<style>
span { border-color: #CA623D; }
span { border-color: rgb(202,98,61); }
td.TdClassName
{
border-color: #CA623D;
}
.TagClassName
{
border-color: #CA623D;
}
</style>