Shades of Cerise #C93267
Tints of Cerise #C93267
RGB
CMYK
RGB Variations
Color information
#C93267 (or 0xC93267) is known color: Cerise. HEX triplet: C9, 32 and 67. RGB value is (201,50,103). Sum of RGB (Red+Green+Blue) = 201+50+103=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C93267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93267 is #36CD98. Grayscale: #656565. Windows color (decimal): -3591577 or 6763209. OLE color: 6763209.
HSL color Cylindrical-coordinate representation of color #C93267: hue angle of 338.94º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93267 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 103 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.21 |
| HSL | 338.94º | 0.6% | 0.49% | - |
| HSV(B) | 338.94º | 0.75% | 0.79% | - |
| XYZ | 27.68 | 15.68 | 14.4 | - |
| YUV | 101.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 103 | 0 | 0.75 | 0.49 | 0.21 | 338.94 | 0.6 | 0.49 |
| Hex | C9 | 32 | 67 | 0 | 4B | 31 | 15 | 153 | 3C | 31 |
| Octal | 311 | 62 | 147 | 0 | 113 | 61 | 25 | 523 | 74 | 61 |
| Binary | 11001001 | 110010 | 1100111 | 0 | 1001011 | 110001 | 10101 | 101010011 | 111100 | 110001 |
Color Harmonies of #C93267
Complementary color
Monochromatic Colors of #C93267
Black with #C93267
Text Example
Text Example
White with #C93267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93267; }
p { color: rgb(201,50,103); }
H1.HeaderClassName
{
color: #C93267;
}
.AnyTagClassName
{
color: #C93267;
}
</style>
background-color css
<style>
a { background-color: #C93267; }
a { background-color: rgb(201,50,103); }
div.DivClassName
{
background-color: #C93267;
}
.BgClassName
{
background-color: #C93267;
}
</style>
border-color css
<style>
span { border-color: #C93267; }
span { border-color: rgb(201,50,103); }
td.TdClassName
{
border-color: #C93267;
}
.TagClassName
{
border-color: #C93267;
}
</style>