Shades of Oriental Pink #CB928C
Tints of Oriental Pink #CB928C
RGB
CMYK
RGB Variations
Color information
#CB928C (or 0xCB928C) is known color: Oriental Pink. HEX triplet: CB, 92 and 8C. RGB value is (203,146,140). Sum of RGB (Red+Green+Blue) = 203+146+140=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB928C is #346D73. Grayscale: #A2A2A2. Windows color (decimal): -3435892 or 9212619. OLE color: 9212619.
HSL color Cylindrical-coordinate representation of color #CB928C: hue angle of 5.71º 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 #CB928C is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 140 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.20 |
| HSL | 5.71º | 0.38% | 0.67% | - |
| HSV(B) | 5.71º | 0.31% | 0.8% | - |
| XYZ | 39.64 | 35.15 | 29.51 | - |
| YUV | 162.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 140 | 0 | 0.28 | 0.31 | 0.20 | 5.71 | 0.38 | 0.67 |
| Hex | CB | 92 | 8C | 0 | 1C | 1F | 14 | 6 | 26 | 43 |
| Octal | 313 | 222 | 214 | 0 | 34 | 37 | 24 | 6 | 46 | 103 |
| Binary | 11001011 | 10010010 | 10001100 | 0 | 11100 | 11111 | 10100 | 110 | 100110 | 1000011 |
Color Harmonies of #CB928C
Complementary color
Monochromatic Colors of #CB928C
Black with #CB928C
Text Example
Text Example
White with #CB928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB928C; }
p { color: rgb(203,146,140); }
H1.HeaderClassName
{
color: #CB928C;
}
.AnyTagClassName
{
color: #CB928C;
}
</style>
background-color css
<style>
a { background-color: #CB928C; }
a { background-color: rgb(203,146,140); }
div.DivClassName
{
background-color: #CB928C;
}
.BgClassName
{
background-color: #CB928C;
}
</style>
border-color css
<style>
span { border-color: #CB928C; }
span { border-color: rgb(203,146,140); }
td.TdClassName
{
border-color: #CB928C;
}
.TagClassName
{
border-color: #CB928C;
}
</style>