Shades of Ecstasy #CC653A
Tints of Ecstasy #CC653A
RGB
CMYK
RGB Variations
Color information
#CC653A (or 0xCC653A) is known color: Ecstasy. HEX triplet: CC, 65 and 3A. RGB value is (204,101,58). Sum of RGB (Red+Green+Blue) = 204+101+58=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC653A is #339AC5. Grayscale: #7F7F7F. Windows color (decimal): -3381958 or 3827148. OLE color: 3827148.
HSL color Cylindrical-coordinate representation of color #CC653A: hue angle of 17.67º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC653A is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 58 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.2 |
| HSL | 17.67º | 0.59% | 0.51% | - |
| HSV(B) | 17.67º | 0.72% | 0.8% | - |
| XYZ | 30.32 | 22.45 | 6.74 | - |
| YUV | 126.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 58 | 0 | 0.50 | 0.72 | 0.2 | 17.67 | 0.59 | 0.51 |
| Hex | CC | 65 | 3A | 0 | 32 | 48 | 14 | 12 | 3B | 33 |
| Octal | 314 | 145 | 72 | 0 | 62 | 110 | 24 | 22 | 73 | 63 |
| Binary | 11001100 | 1100101 | 111010 | 0 | 110010 | 1001000 | 10100 | 10010 | 111011 | 110011 |
Color Harmonies of #CC653A
Complementary color
Monochromatic Colors of #CC653A
Black with #CC653A
Text Example
Text Example
White with #CC653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC653A; }
p { color: rgb(204,101,58); }
H1.HeaderClassName
{
color: #CC653A;
}
.AnyTagClassName
{
color: #CC653A;
}
</style>
background-color css
<style>
a { background-color: #CC653A; }
a { background-color: rgb(204,101,58); }
div.DivClassName
{
background-color: #CC653A;
}
.BgClassName
{
background-color: #CC653A;
}
</style>
border-color css
<style>
span { border-color: #CC653A; }
span { border-color: rgb(204,101,58); }
td.TdClassName
{
border-color: #CC653A;
}
.TagClassName
{
border-color: #CC653A;
}
</style>