Shades of Cerise #CB3669
Tints of Cerise #CB3669
RGB
CMYK
RGB Variations
Color information
#CB3669 (or 0xCB3669) is known color: Cerise. HEX triplet: CB, 36 and 69. RGB value is (203,54,105). Sum of RGB (Red+Green+Blue) = 203+54+105=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3669 is #34C996. Grayscale: #686868. Windows color (decimal): -3459479 or 6895307. OLE color: 6895307.
HSL color Cylindrical-coordinate representation of color #CB3669: hue angle of 339.46º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3669 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 105 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.20 |
| HSL | 339.46º | 0.59% | 0.5% | - |
| HSV(B) | 339.46º | 0.73% | 0.8% | - |
| XYZ | 28.5 | 16.35 | 15.02 | - |
| YUV | 104.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 105 | 0 | 0.73 | 0.48 | 0.20 | 339.46 | 0.59 | 0.5 |
| Hex | CB | 36 | 69 | 0 | 49 | 30 | 14 | 153 | 3B | 32 |
| Octal | 313 | 66 | 151 | 0 | 111 | 60 | 24 | 523 | 73 | 62 |
| Binary | 11001011 | 110110 | 1101001 | 0 | 1001001 | 110000 | 10100 | 101010011 | 111011 | 110010 |
Color Harmonies of #CB3669
Complementary color
Monochromatic Colors of #CB3669
Black with #CB3669
Text Example
Text Example
White with #CB3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3669; }
p { color: rgb(203,54,105); }
H1.HeaderClassName
{
color: #CB3669;
}
.AnyTagClassName
{
color: #CB3669;
}
</style>
background-color css
<style>
a { background-color: #CB3669; }
a { background-color: rgb(203,54,105); }
div.DivClassName
{
background-color: #CB3669;
}
.BgClassName
{
background-color: #CB3669;
}
</style>
border-color css
<style>
span { border-color: #CB3669; }
span { border-color: rgb(203,54,105); }
td.TdClassName
{
border-color: #CB3669;
}
.TagClassName
{
border-color: #CB3669;
}
</style>