Shades of Ecstasy #CB693F
Tints of Ecstasy #CB693F
RGB
CMYK
RGB Variations
Color information
#CB693F (or 0xCB693F) is known color: Ecstasy. HEX triplet: CB, 69 and 3F. RGB value is (203,105,63). Sum of RGB (Red+Green+Blue) = 203+105+63=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB693F is #3496C0. Grayscale: #818181. Windows color (decimal): -3446465 or 4155851. OLE color: 4155851.
HSL color Cylindrical-coordinate representation of color #CB693F: hue angle of 18º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB693F is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 63 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.20 |
| HSL | 18º | 0.57% | 0.52% | - |
| HSV(B) | 18º | 0.69% | 0.8% | - |
| XYZ | 30.58 | 23.16 | 7.56 | - |
| YUV | 129.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 63 | 0 | 0.48 | 0.69 | 0.20 | 18 | 0.57 | 0.52 |
| Hex | CB | 69 | 3F | 0 | 30 | 45 | 14 | 12 | 39 | 34 |
| Octal | 313 | 151 | 77 | 0 | 60 | 105 | 24 | 22 | 71 | 64 |
| Binary | 11001011 | 1101001 | 111111 | 0 | 110000 | 1000101 | 10100 | 10010 | 111001 | 110100 |
Color Harmonies of #CB693F
Complementary color
Monochromatic Colors of #CB693F
Black with #CB693F
Text Example
Text Example
White with #CB693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB693F; }
p { color: rgb(203,105,63); }
H1.HeaderClassName
{
color: #CB693F;
}
.AnyTagClassName
{
color: #CB693F;
}
</style>
background-color css
<style>
a { background-color: #CB693F; }
a { background-color: rgb(203,105,63); }
div.DivClassName
{
background-color: #CB693F;
}
.BgClassName
{
background-color: #CB693F;
}
</style>
border-color css
<style>
span { border-color: #CB693F; }
span { border-color: rgb(203,105,63); }
td.TdClassName
{
border-color: #CB693F;
}
.TagClassName
{
border-color: #CB693F;
}
</style>