Shades of Cerise #CB346A
Tints of Cerise #CB346A
RGB
CMYK
RGB Variations
Color information
#CB346A (or 0xCB346A) is known color: Cerise. HEX triplet: CB, 34 and 6A. RGB value is (203,52,106). Sum of RGB (Red+Green+Blue) = 203+52+106=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB346A is #34CB95. Grayscale: #676767. Windows color (decimal): -3459990 or 6960331. OLE color: 6960331.
HSL color Cylindrical-coordinate representation of color #CB346A: hue angle of 338.54º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB346A is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 106 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.20 |
| HSL | 338.54º | 0.59% | 0.5% | - |
| HSV(B) | 338.54º | 0.74% | 0.8% | - |
| XYZ | 28.46 | 16.19 | 15.26 | - |
| YUV | 103.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 106 | 0 | 0.74 | 0.48 | 0.20 | 338.54 | 0.59 | 0.5 |
| Hex | CB | 34 | 6A | 0 | 4A | 30 | 14 | 153 | 3B | 32 |
| Octal | 313 | 64 | 152 | 0 | 112 | 60 | 24 | 523 | 73 | 62 |
| Binary | 11001011 | 110100 | 1101010 | 0 | 1001010 | 110000 | 10100 | 101010011 | 111011 | 110010 |
Color Harmonies of #CB346A
Complementary color
Monochromatic Colors of #CB346A
Black with #CB346A
Text Example
Text Example
White with #CB346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB346A; }
p { color: rgb(203,52,106); }
H1.HeaderClassName
{
color: #CB346A;
}
.AnyTagClassName
{
color: #CB346A;
}
</style>
background-color css
<style>
a { background-color: #CB346A; }
a { background-color: rgb(203,52,106); }
div.DivClassName
{
background-color: #CB346A;
}
.BgClassName
{
background-color: #CB346A;
}
</style>
border-color css
<style>
span { border-color: #CB346A; }
span { border-color: rgb(203,52,106); }
td.TdClassName
{
border-color: #CB346A;
}
.TagClassName
{
border-color: #CB346A;
}
</style>