Shades of Oriental Pink #CB918C
Tints of Oriental Pink #CB918C
RGB
CMYK
RGB Variations
Color information
#CB918C (or 0xCB918C) is known color: Oriental Pink. HEX triplet: CB, 91 and 8C. RGB value is (203,145,140). Sum of RGB (Red+Green+Blue) = 203+145+140=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB918C is #346E73. Grayscale: #A1A1A1. Windows color (decimal): -3436148 or 9212363. OLE color: 9212363.
HSL color Cylindrical-coordinate representation of color #CB918C: hue angle of 4.76º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB918C is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 140 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.20 |
| HSL | 4.76º | 0.38% | 0.67% | - |
| HSV(B) | 4.76º | 0.31% | 0.8% | - |
| XYZ | 39.49 | 34.84 | 29.45 | - |
| YUV | 161.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 140 | 0 | 0.29 | 0.31 | 0.20 | 4.76 | 0.38 | 0.67 |
| Hex | CB | 91 | 8C | 0 | 1D | 1F | 14 | 5 | 26 | 43 |
| Octal | 313 | 221 | 214 | 0 | 35 | 37 | 24 | 5 | 46 | 103 |
| Binary | 11001011 | 10010001 | 10001100 | 0 | 11101 | 11111 | 10100 | 101 | 100110 | 1000011 |
Color Harmonies of #CB918C
Complementary color
Monochromatic Colors of #CB918C
Black with #CB918C
Text Example
Text Example
White with #CB918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB918C; }
p { color: rgb(203,145,140); }
H1.HeaderClassName
{
color: #CB918C;
}
.AnyTagClassName
{
color: #CB918C;
}
</style>
background-color css
<style>
a { background-color: #CB918C; }
a { background-color: rgb(203,145,140); }
div.DivClassName
{
background-color: #CB918C;
}
.BgClassName
{
background-color: #CB918C;
}
</style>
border-color css
<style>
span { border-color: #CB918C; }
span { border-color: rgb(203,145,140); }
td.TdClassName
{
border-color: #CB918C;
}
.TagClassName
{
border-color: #CB918C;
}
</style>