Shades of Old Rose #CB384F
Tints of Old Rose #CB384F
RGB
CMYK
RGB Variations
Color information
#CB384F (or 0xCB384F) is known color: Old Rose. HEX triplet: CB, 38 and 4F. RGB value is (203,56,79). Sum of RGB (Red+Green+Blue) = 203+56+79=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB384F is #34C7B0. Grayscale: #666666. Windows color (decimal): -3458993 or 5191883. OLE color: 5191883.
HSL color Cylindrical-coordinate representation of color #CB384F: hue angle of 350.61º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB384F is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 79 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.20 |
| HSL | 350.61º | 0.59% | 0.51% | - |
| HSV(B) | 350.61º | 0.72% | 0.8% | - |
| XYZ | 27.45 | 16.09 | 9.06 | - |
| YUV | 102.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 79 | 0 | 0.72 | 0.61 | 0.20 | 350.61 | 0.59 | 0.51 |
| Hex | CB | 38 | 4F | 0 | 48 | 3D | 14 | 15F | 3B | 33 |
| Octal | 313 | 70 | 117 | 0 | 110 | 75 | 24 | 537 | 73 | 63 |
| Binary | 11001011 | 111000 | 1001111 | 0 | 1001000 | 111101 | 10100 | 101011111 | 111011 | 110011 |
Color Harmonies of #CB384F
Complementary color
Monochromatic Colors of #CB384F
Black with #CB384F
Text Example
Text Example
White with #CB384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB384F; }
p { color: rgb(203,56,79); }
H1.HeaderClassName
{
color: #CB384F;
}
.AnyTagClassName
{
color: #CB384F;
}
</style>
background-color css
<style>
a { background-color: #CB384F; }
a { background-color: rgb(203,56,79); }
div.DivClassName
{
background-color: #CB384F;
}
.BgClassName
{
background-color: #CB384F;
}
</style>
border-color css
<style>
span { border-color: #CB384F; }
span { border-color: rgb(203,56,79); }
td.TdClassName
{
border-color: #CB384F;
}
.TagClassName
{
border-color: #CB384F;
}
</style>