Shades of Ecstasy #CA6738
Tints of Ecstasy #CA6738
RGB
CMYK
RGB Variations
Color information
#CA6738 (or 0xCA6738) is known color: Ecstasy. HEX triplet: CA, 67 and 38. RGB value is (202,103,56). Sum of RGB (Red+Green+Blue) = 202+103+56=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6738 is #3598C7. Grayscale: #7F7F7F. Windows color (decimal): -3512520 or 3696586. OLE color: 3696586.
HSL color Cylindrical-coordinate representation of color #CA6738: hue angle of 19.32º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA6738 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 56 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.21 |
| HSL | 19.32º | 0.58% | 0.51% | - |
| HSV(B) | 19.32º | 0.72% | 0.79% | - |
| XYZ | 29.92 | 22.54 | 6.52 | - |
| YUV | 127.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 56 | 0 | 0.49 | 0.72 | 0.21 | 19.32 | 0.58 | 0.51 |
| Hex | CA | 67 | 38 | 0 | 31 | 48 | 15 | 13 | 3A | 33 |
| Octal | 312 | 147 | 70 | 0 | 61 | 110 | 25 | 23 | 72 | 63 |
| Binary | 11001010 | 1100111 | 111000 | 0 | 110001 | 1001000 | 10101 | 10011 | 111010 | 110011 |
Color Harmonies of #CA6738
Complementary color
Monochromatic Colors of #CA6738
Black with #CA6738
Text Example
Text Example
White with #CA6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6738; }
p { color: rgb(202,103,56); }
H1.HeaderClassName
{
color: #CA6738;
}
.AnyTagClassName
{
color: #CA6738;
}
</style>
background-color css
<style>
a { background-color: #CA6738; }
a { background-color: rgb(202,103,56); }
div.DivClassName
{
background-color: #CA6738;
}
.BgClassName
{
background-color: #CA6738;
}
</style>
border-color css
<style>
span { border-color: #CA6738; }
span { border-color: rgb(202,103,56); }
td.TdClassName
{
border-color: #CA6738;
}
.TagClassName
{
border-color: #CA6738;
}
</style>