Shades of Oriental Pink #CB8888
Tints of Oriental Pink #CB8888
RGB
CMYK
RGB Variations
Color information
#CB8888 (or 0xCB8888) is known color: Oriental Pink. HEX triplet: CB, 88 and 88. RGB value is (203,136,136). Sum of RGB (Red+Green+Blue) = 203+136+136=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8888 is #347777. Grayscale: #9C9C9C. Windows color (decimal): -3438456 or 8947915. OLE color: 8947915.
HSL color Cylindrical-coordinate representation of color #CB8888: hue angle of 0º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB8888 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 136 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.20 |
| HSL | 0º | 0.39% | 0.66% | - |
| HSV(B) | 0º | 0.33% | 0.8% | - |
| XYZ | 37.88 | 32.08 | 27.49 | - |
| YUV | 156.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 136 | 0 | 0.33 | 0.33 | 0.20 | 0 | 0.39 | 0.66 |
| Hex | CB | 88 | 88 | 0 | 21 | 21 | 14 | 0 | 27 | 42 |
| Octal | 313 | 210 | 210 | 0 | 41 | 41 | 24 | 0 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10001000 | 0 | 100001 | 100001 | 10100 | 0 | 100111 | 1000010 |
Color Harmonies of #CB8888
Complementary color
Monochromatic Colors of #CB8888
Black with #CB8888
Text Example
Text Example
White with #CB8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8888; }
p { color: rgb(203,136,136); }
H1.HeaderClassName
{
color: #CB8888;
}
.AnyTagClassName
{
color: #CB8888;
}
</style>
background-color css
<style>
a { background-color: #CB8888; }
a { background-color: rgb(203,136,136); }
div.DivClassName
{
background-color: #CB8888;
}
.BgClassName
{
background-color: #CB8888;
}
</style>
border-color css
<style>
span { border-color: #CB8888; }
span { border-color: rgb(203,136,136); }
td.TdClassName
{
border-color: #CB8888;
}
.TagClassName
{
border-color: #CB8888;
}
</style>