Shades of Old Rose #CB344F
Tints of Old Rose #CB344F
RGB
CMYK
RGB Variations
Color information
#CB344F (or 0xCB344F) is known color: Old Rose. HEX triplet: CB, 34 and 4F. RGB value is (203,52,79). Sum of RGB (Red+Green+Blue) = 203+52+79=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB344F is #34CBB0. Grayscale: #646464. Windows color (decimal): -3460017 or 5190859. OLE color: 5190859.
HSL color Cylindrical-coordinate representation of color #CB344F: hue angle of 349.27º 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 #CB344F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 79 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.20 |
| HSL | 349.27º | 0.59% | 0.5% | - |
| HSV(B) | 349.27º | 0.74% | 0.8% | - |
| XYZ | 27.27 | 15.72 | 8.99 | - |
| YUV | 100.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 79 | 0 | 0.74 | 0.61 | 0.20 | 349.27 | 0.59 | 0.5 |
| Hex | CB | 34 | 4F | 0 | 4A | 3D | 14 | 15D | 3B | 32 |
| Octal | 313 | 64 | 117 | 0 | 112 | 75 | 24 | 535 | 73 | 62 |
| Binary | 11001011 | 110100 | 1001111 | 0 | 1001010 | 111101 | 10100 | 101011101 | 111011 | 110010 |
Color Harmonies of #CB344F
Complementary color
Monochromatic Colors of #CB344F
Black with #CB344F
Text Example
Text Example
White with #CB344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB344F; }
p { color: rgb(203,52,79); }
H1.HeaderClassName
{
color: #CB344F;
}
.AnyTagClassName
{
color: #CB344F;
}
</style>
background-color css
<style>
a { background-color: #CB344F; }
a { background-color: rgb(203,52,79); }
div.DivClassName
{
background-color: #CB344F;
}
.BgClassName
{
background-color: #CB344F;
}
</style>
border-color css
<style>
span { border-color: #CB344F; }
span { border-color: rgb(203,52,79); }
td.TdClassName
{
border-color: #CB344F;
}
.TagClassName
{
border-color: #CB344F;
}
</style>