Shades of Old Rose #CB344C
Tints of Old Rose #CB344C
RGB
CMYK
RGB Variations
Color information
#CB344C (or 0xCB344C) is known color: Old Rose. HEX triplet: CB, 34 and 4C. RGB value is (203,52,76). Sum of RGB (Red+Green+Blue) = 203+52+76=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB344C is #34CBB3. Grayscale: #636363. Windows color (decimal): -3460020 or 4994251. OLE color: 4994251.
HSL color Cylindrical-coordinate representation of color #CB344C: hue angle of 350.46º 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 #CB344C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 76 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.20 |
| HSL | 350.46º | 0.59% | 0.5% | - |
| HSV(B) | 350.46º | 0.74% | 0.8% | - |
| XYZ | 27.16 | 15.67 | 8.43 | - |
| YUV | 99.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 76 | 0 | 0.74 | 0.63 | 0.20 | 350.46 | 0.59 | 0.5 |
| Hex | CB | 34 | 4C | 0 | 4A | 3F | 14 | 15E | 3B | 32 |
| Octal | 313 | 64 | 114 | 0 | 112 | 77 | 24 | 536 | 73 | 62 |
| Binary | 11001011 | 110100 | 1001100 | 0 | 1001010 | 111111 | 10100 | 101011110 | 111011 | 110010 |
Color Harmonies of #CB344C
Complementary color
Monochromatic Colors of #CB344C
Black with #CB344C
Text Example
Text Example
White with #CB344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB344C; }
p { color: rgb(203,52,76); }
H1.HeaderClassName
{
color: #CB344C;
}
.AnyTagClassName
{
color: #CB344C;
}
</style>
background-color css
<style>
a { background-color: #CB344C; }
a { background-color: rgb(203,52,76); }
div.DivClassName
{
background-color: #CB344C;
}
.BgClassName
{
background-color: #CB344C;
}
</style>
border-color css
<style>
span { border-color: #CB344C; }
span { border-color: rgb(203,52,76); }
td.TdClassName
{
border-color: #CB344C;
}
.TagClassName
{
border-color: #CB344C;
}
</style>