Shades of Ecstasy #CB643B
Tints of Ecstasy #CB643B
RGB
CMYK
RGB Variations
Color information
#CB643B (or 0xCB643B) is known color: Ecstasy. HEX triplet: CB, 64 and 3B. RGB value is (203,100,59). Sum of RGB (Red+Green+Blue) = 203+100+59=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB643B is #349BC4. Grayscale: #7E7E7E. Windows color (decimal): -3447749 or 3892427. OLE color: 3892427.
HSL color Cylindrical-coordinate representation of color #CB643B: hue angle of 17.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB643B is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 59 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.20 |
| HSL | 17.08º | 0.58% | 0.51% | - |
| HSV(B) | 17.08º | 0.71% | 0.8% | - |
| XYZ | 29.98 | 22.13 | 6.83 | - |
| YUV | 126.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 59 | 0 | 0.51 | 0.71 | 0.20 | 17.08 | 0.58 | 0.51 |
| Hex | CB | 64 | 3B | 0 | 33 | 47 | 14 | 11 | 3A | 33 |
| Octal | 313 | 144 | 73 | 0 | 63 | 107 | 24 | 21 | 72 | 63 |
| Binary | 11001011 | 1100100 | 111011 | 0 | 110011 | 1000111 | 10100 | 10001 | 111010 | 110011 |
Color Harmonies of #CB643B
Complementary color
Monochromatic Colors of #CB643B
Black with #CB643B
Text Example
Text Example
White with #CB643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB643B; }
p { color: rgb(203,100,59); }
H1.HeaderClassName
{
color: #CB643B;
}
.AnyTagClassName
{
color: #CB643B;
}
</style>
background-color css
<style>
a { background-color: #CB643B; }
a { background-color: rgb(203,100,59); }
div.DivClassName
{
background-color: #CB643B;
}
.BgClassName
{
background-color: #CB643B;
}
</style>
border-color css
<style>
span { border-color: #CB643B; }
span { border-color: rgb(203,100,59); }
td.TdClassName
{
border-color: #CB643B;
}
.TagClassName
{
border-color: #CB643B;
}
</style>