Shades of Cerise #C12669
Tints of Cerise #C12669
RGB
CMYK
RGB Variations
Color information
#C12669 (or 0xC12669) is known color: Cerise. HEX triplet: C1, 26 and 69. RGB value is (193,38,105). Sum of RGB (Red+Green+Blue) = 193+38+105=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C12669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12669 is #3ED996. Grayscale: #5B5B5B. Windows color (decimal): -4118935 or 6891201. OLE color: 6891201.
HSL color Cylindrical-coordinate representation of color #C12669: hue angle of 334.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12669 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 105 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.24 |
| HSL | 334.06º | 0.67% | 0.45% | - |
| HSV(B) | 334.06º | 0.8% | 0.76% | - |
| XYZ | 25.24 | 13.74 | 14.69 | - |
| YUV | 91.98 | 135.35 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 105 | 0 | 0.80 | 0.46 | 0.24 | 334.06 | 0.67 | 0.45 |
| Hex | C1 | 26 | 69 | 0 | 50 | 2E | 18 | 14E | 43 | 2D |
| Octal | 301 | 46 | 151 | 0 | 120 | 56 | 30 | 516 | 103 | 55 |
| Binary | 11000001 | 100110 | 1101001 | 0 | 1010000 | 101110 | 11000 | 101001110 | 1000011 | 101101 |
Color Harmonies of #C12669
Complementary color
Monochromatic Colors of #C12669
Black with #C12669
Text Example
Text Example
White with #C12669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12669; }
p { color: rgb(193,38,105); }
H1.HeaderClassName
{
color: #C12669;
}
.AnyTagClassName
{
color: #C12669;
}
</style>
background-color css
<style>
a { background-color: #C12669; }
a { background-color: rgb(193,38,105); }
div.DivClassName
{
background-color: #C12669;
}
.BgClassName
{
background-color: #C12669;
}
</style>
border-color css
<style>
span { border-color: #C12669; }
span { border-color: rgb(193,38,105); }
td.TdClassName
{
border-color: #C12669;
}
.TagClassName
{
border-color: #C12669;
}
</style>