Shades of Old Rose #CB384D
Tints of Old Rose #CB384D
RGB
CMYK
RGB Variations
Color information
#CB384D (or 0xCB384D) is known color: Old Rose. HEX triplet: CB, 38 and 4D. RGB value is (203,56,77). Sum of RGB (Red+Green+Blue) = 203+56+77=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB384D is #34C7B2. Grayscale: #666666. Windows color (decimal): -3458995 or 5060811. OLE color: 5060811.
HSL color Cylindrical-coordinate representation of color #CB384D: hue angle of 351.43º 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 #CB384D is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 77 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.20 |
| HSL | 351.43º | 0.59% | 0.51% | - |
| HSV(B) | 351.43º | 0.72% | 0.8% | - |
| XYZ | 27.38 | 16.06 | 8.68 | - |
| YUV | 102.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 77 | 0 | 0.72 | 0.62 | 0.20 | 351.43 | 0.59 | 0.51 |
| Hex | CB | 38 | 4D | 0 | 48 | 3E | 14 | 15F | 3B | 33 |
| Octal | 313 | 70 | 115 | 0 | 110 | 76 | 24 | 537 | 73 | 63 |
| Binary | 11001011 | 111000 | 1001101 | 0 | 1001000 | 111110 | 10100 | 101011111 | 111011 | 110011 |
Color Harmonies of #CB384D
Complementary color
Monochromatic Colors of #CB384D
Black with #CB384D
Text Example
Text Example
White with #CB384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB384D; }
p { color: rgb(203,56,77); }
H1.HeaderClassName
{
color: #CB384D;
}
.AnyTagClassName
{
color: #CB384D;
}
</style>
background-color css
<style>
a { background-color: #CB384D; }
a { background-color: rgb(203,56,77); }
div.DivClassName
{
background-color: #CB384D;
}
.BgClassName
{
background-color: #CB384D;
}
</style>
border-color css
<style>
span { border-color: #CB384D; }
span { border-color: rgb(203,56,77); }
td.TdClassName
{
border-color: #CB384D;
}
.TagClassName
{
border-color: #CB384D;
}
</style>