Shades of Oriental Pink #CB948C
Tints of Oriental Pink #CB948C
RGB
CMYK
RGB Variations
Color information
#CB948C (or 0xCB948C) is known color: Oriental Pink. HEX triplet: CB, 94 and 8C. RGB value is (203,148,140). Sum of RGB (Red+Green+Blue) = 203+148+140=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB948C is #346B73. Grayscale: #A3A3A3. Windows color (decimal): -3435380 or 9213131. OLE color: 9213131.
HSL color Cylindrical-coordinate representation of color #CB948C: hue angle of 7.62º 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 #CB948C is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 140 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.20 |
| HSL | 7.62º | 0.38% | 0.67% | - |
| HSV(B) | 7.62º | 0.31% | 0.8% | - |
| XYZ | 39.95 | 35.77 | 29.61 | - |
| YUV | 163.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 140 | 0 | 0.27 | 0.31 | 0.20 | 7.62 | 0.38 | 0.67 |
| Hex | CB | 94 | 8C | 0 | 1B | 1F | 14 | 8 | 26 | 43 |
| Octal | 313 | 224 | 214 | 0 | 33 | 37 | 24 | 10 | 46 | 103 |
| Binary | 11001011 | 10010100 | 10001100 | 0 | 11011 | 11111 | 10100 | 1000 | 100110 | 1000011 |
Color Harmonies of #CB948C
Complementary color
Monochromatic Colors of #CB948C
Black with #CB948C
Text Example
Text Example
White with #CB948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB948C; }
p { color: rgb(203,148,140); }
H1.HeaderClassName
{
color: #CB948C;
}
.AnyTagClassName
{
color: #CB948C;
}
</style>
background-color css
<style>
a { background-color: #CB948C; }
a { background-color: rgb(203,148,140); }
div.DivClassName
{
background-color: #CB948C;
}
.BgClassName
{
background-color: #CB948C;
}
</style>
border-color css
<style>
span { border-color: #CB948C; }
span { border-color: rgb(203,148,140); }
td.TdClassName
{
border-color: #CB948C;
}
.TagClassName
{
border-color: #CB948C;
}
</style>