Shades of Ecstasy #CA653B
Tints of Ecstasy #CA653B
RGB
CMYK
RGB Variations
Color information
#CA653B (or 0xCA653B) is known color: Ecstasy. HEX triplet: CA, 65 and 3B. RGB value is (202,101,59). Sum of RGB (Red+Green+Blue) = 202+101+59=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA653B is #359AC4. Grayscale: #7E7E7E. Windows color (decimal): -3513029 or 3892682. OLE color: 3892682.
HSL color Cylindrical-coordinate representation of color #CA653B: hue angle of 17.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA653B is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 59 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.21 |
| HSL | 17.62º | 0.57% | 0.51% | - |
| HSV(B) | 17.62º | 0.71% | 0.79% | - |
| XYZ | 29.8 | 22.18 | 6.85 | - |
| YUV | 126.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 59 | 0 | 0.50 | 0.71 | 0.21 | 17.62 | 0.57 | 0.51 |
| Hex | CA | 65 | 3B | 0 | 32 | 47 | 15 | 12 | 39 | 33 |
| Octal | 312 | 145 | 73 | 0 | 62 | 107 | 25 | 22 | 71 | 63 |
| Binary | 11001010 | 1100101 | 111011 | 0 | 110010 | 1000111 | 10101 | 10010 | 111001 | 110011 |
Color Harmonies of #CA653B
Complementary color
Monochromatic Colors of #CA653B
Black with #CA653B
Text Example
Text Example
White with #CA653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA653B; }
p { color: rgb(202,101,59); }
H1.HeaderClassName
{
color: #CA653B;
}
.AnyTagClassName
{
color: #CA653B;
}
</style>
background-color css
<style>
a { background-color: #CA653B; }
a { background-color: rgb(202,101,59); }
div.DivClassName
{
background-color: #CA653B;
}
.BgClassName
{
background-color: #CA653B;
}
</style>
border-color css
<style>
span { border-color: #CA653B; }
span { border-color: rgb(202,101,59); }
td.TdClassName
{
border-color: #CA653B;
}
.TagClassName
{
border-color: #CA653B;
}
</style>