Shades of Oriental Pink #CB8484
Tints of Oriental Pink #CB8484
RGB
CMYK
RGB Variations
Color information
#CB8484 (or 0xCB8484) is known color: Oriental Pink. HEX triplet: CB, 84 and 84. RGB value is (203,132,132). Sum of RGB (Red+Green+Blue) = 203+132+132=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8484 is #347B7B. Grayscale: #999999. Windows color (decimal): -3439484 or 8684747. OLE color: 8684747.
HSL color Cylindrical-coordinate representation of color #CB8484: hue angle of 0º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8484 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 132 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.20 |
| HSL | 0º | 0.41% | 0.66% | - |
| HSV(B) | 0º | 0.35% | 0.8% | - |
| XYZ | 37.04 | 30.86 | 25.83 | - |
| YUV | 153.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 132 | 0 | 0.35 | 0.35 | 0.20 | 0 | 0.41 | 0.66 |
| Hex | CB | 84 | 84 | 0 | 23 | 23 | 14 | 0 | 29 | 42 |
| Octal | 313 | 204 | 204 | 0 | 43 | 43 | 24 | 0 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10000100 | 0 | 100011 | 100011 | 10100 | 0 | 101001 | 1000010 |
Color Harmonies of #CB8484
Complementary color
Monochromatic Colors of #CB8484
Black with #CB8484
Text Example
Text Example
White with #CB8484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8484; }
p { color: rgb(203,132,132); }
H1.HeaderClassName
{
color: #CB8484;
}
.AnyTagClassName
{
color: #CB8484;
}
</style>
background-color css
<style>
a { background-color: #CB8484; }
a { background-color: rgb(203,132,132); }
div.DivClassName
{
background-color: #CB8484;
}
.BgClassName
{
background-color: #CB8484;
}
</style>
border-color css
<style>
span { border-color: #CB8484; }
span { border-color: rgb(203,132,132); }
td.TdClassName
{
border-color: #CB8484;
}
.TagClassName
{
border-color: #CB8484;
}
</style>