Shades of Petite Orchid #CB9898
Tints of Petite Orchid #CB9898
RGB
CMYK
RGB Variations
Color information
#CB9898 (or 0xCB9898) is known color: Petite Orchid. HEX triplet: CB, 98 and 98. RGB value is (203,152,152). Sum of RGB (Red+Green+Blue) = 203+152+152=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9898 is #346767. Grayscale: #A7A7A7. Windows color (decimal): -3434344 or 10000587. OLE color: 10000587.
HSL color Cylindrical-coordinate representation of color #CB9898: hue angle of 0º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB9898 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 152 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.20 |
| HSL | 0º | 0.33% | 0.7% | - |
| HSV(B) | 0º | 0.25% | 0.8% | - |
| XYZ | 41.52 | 37.42 | 34.74 | - |
| YUV | 167.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 152 | 0 | 0.25 | 0.25 | 0.20 | 0 | 0.33 | 0.7 |
| Hex | CB | 98 | 98 | 0 | 19 | 19 | 14 | 0 | 21 | 46 |
| Octal | 313 | 230 | 230 | 0 | 31 | 31 | 24 | 0 | 41 | 106 |
| Binary | 11001011 | 10011000 | 10011000 | 0 | 11001 | 11001 | 10100 | 0 | 100001 | 1000110 |
Color Harmonies of #CB9898
Complementary color
Monochromatic Colors of #CB9898
Black with #CB9898
Text Example
Text Example
White with #CB9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9898; }
p { color: rgb(203,152,152); }
H1.HeaderClassName
{
color: #CB9898;
}
.AnyTagClassName
{
color: #CB9898;
}
</style>
background-color css
<style>
a { background-color: #CB9898; }
a { background-color: rgb(203,152,152); }
div.DivClassName
{
background-color: #CB9898;
}
.BgClassName
{
background-color: #CB9898;
}
</style>
border-color css
<style>
span { border-color: #CB9898; }
span { border-color: rgb(203,152,152); }
td.TdClassName
{
border-color: #CB9898;
}
.TagClassName
{
border-color: #CB9898;
}
</style>