Shades of Ecstasy #CA6841
Tints of Ecstasy #CA6841
RGB
CMYK
RGB Variations
Color information
#CA6841 (or 0xCA6841) is known color: Ecstasy. HEX triplet: CA, 68 and 41. RGB value is (202,104,65). Sum of RGB (Red+Green+Blue) = 202+104+65=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6841 is #3597BE. Grayscale: #818181. Windows color (decimal): -3512255 or 4286666. OLE color: 4286666.
HSL color Cylindrical-coordinate representation of color #CA6841: hue angle of 17.08º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA6841 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 65 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.21 |
| HSL | 17.08º | 0.56% | 0.52% | - |
| HSV(B) | 17.08º | 0.68% | 0.79% | - |
| XYZ | 30.26 | 22.84 | 7.81 | - |
| YUV | 128.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 65 | 0 | 0.49 | 0.68 | 0.21 | 17.08 | 0.56 | 0.52 |
| Hex | CA | 68 | 41 | 0 | 31 | 44 | 15 | 11 | 38 | 34 |
| Octal | 312 | 150 | 101 | 0 | 61 | 104 | 25 | 21 | 70 | 64 |
| Binary | 11001010 | 1101000 | 1000001 | 0 | 110001 | 1000100 | 10101 | 10001 | 111000 | 110100 |
Color Harmonies of #CA6841
Complementary color
Monochromatic Colors of #CA6841
Black with #CA6841
Text Example
Text Example
White with #CA6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6841; }
p { color: rgb(202,104,65); }
H1.HeaderClassName
{
color: #CA6841;
}
.AnyTagClassName
{
color: #CA6841;
}
</style>
background-color css
<style>
a { background-color: #CA6841; }
a { background-color: rgb(202,104,65); }
div.DivClassName
{
background-color: #CA6841;
}
.BgClassName
{
background-color: #CA6841;
}
</style>
border-color css
<style>
span { border-color: #CA6841; }
span { border-color: rgb(202,104,65); }
td.TdClassName
{
border-color: #CA6841;
}
.TagClassName
{
border-color: #CA6841;
}
</style>