Shades of Ecstasy #CA673D
Tints of Ecstasy #CA673D
RGB
CMYK
RGB Variations
Color information
#CA673D (or 0xCA673D) is known color: Ecstasy. HEX triplet: CA, 67 and 3D. RGB value is (202,103,61). Sum of RGB (Red+Green+Blue) = 202+103+61=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA673D is #3598C2. Grayscale: #808080. Windows color (decimal): -3512515 or 4024266. OLE color: 4024266.
HSL color Cylindrical-coordinate representation of color #CA673D: hue angle of 17.87º 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 #CA673D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 61 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.21 |
| HSL | 17.87º | 0.57% | 0.52% | - |
| HSV(B) | 17.87º | 0.7% | 0.79% | - |
| XYZ | 30.05 | 22.59 | 7.19 | - |
| YUV | 127.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 61 | 0 | 0.49 | 0.70 | 0.21 | 17.87 | 0.57 | 0.52 |
| Hex | CA | 67 | 3D | 0 | 31 | 46 | 15 | 12 | 39 | 34 |
| Octal | 312 | 147 | 75 | 0 | 61 | 106 | 25 | 22 | 71 | 64 |
| Binary | 11001010 | 1100111 | 111101 | 0 | 110001 | 1000110 | 10101 | 10010 | 111001 | 110100 |
Color Harmonies of #CA673D
Complementary color
Monochromatic Colors of #CA673D
Black with #CA673D
Text Example
Text Example
White with #CA673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA673D; }
p { color: rgb(202,103,61); }
H1.HeaderClassName
{
color: #CA673D;
}
.AnyTagClassName
{
color: #CA673D;
}
</style>
background-color css
<style>
a { background-color: #CA673D; }
a { background-color: rgb(202,103,61); }
div.DivClassName
{
background-color: #CA673D;
}
.BgClassName
{
background-color: #CA673D;
}
</style>
border-color css
<style>
span { border-color: #CA673D; }
span { border-color: rgb(202,103,61); }
td.TdClassName
{
border-color: #CA673D;
}
.TagClassName
{
border-color: #CA673D;
}
</style>