Shades of Petite Orchid #CB9897
Tints of Petite Orchid #CB9897
RGB
CMYK
RGB Variations
Color information
#CB9897 (or 0xCB9897) is known color: Petite Orchid. HEX triplet: CB, 98 and 97. RGB value is (203,152,151). Sum of RGB (Red+Green+Blue) = 203+152+151=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9897 is #346768. Grayscale: #A7A7A7. Windows color (decimal): -3434345 or 9935051. OLE color: 9935051.
HSL color Cylindrical-coordinate representation of color #CB9897: hue angle of 1.15º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB9897 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 151 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.20 |
| HSL | 1.15º | 0.33% | 0.69% | - |
| HSV(B) | 1.15º | 0.26% | 0.8% | - |
| XYZ | 41.44 | 37.39 | 34.31 | - |
| YUV | 167.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 151 | 0 | 0.25 | 0.26 | 0.20 | 1.15 | 0.33 | 0.69 |
| Hex | CB | 98 | 97 | 0 | 19 | 1A | 14 | 1 | 21 | 45 |
| Octal | 313 | 230 | 227 | 0 | 31 | 32 | 24 | 1 | 41 | 105 |
| Binary | 11001011 | 10011000 | 10010111 | 0 | 11001 | 11010 | 10100 | 1 | 100001 | 1000101 |
Color Harmonies of #CB9897
Complementary color
Monochromatic Colors of #CB9897
Black with #CB9897
Text Example
Text Example
White with #CB9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9897; }
p { color: rgb(203,152,151); }
H1.HeaderClassName
{
color: #CB9897;
}
.AnyTagClassName
{
color: #CB9897;
}
</style>
background-color css
<style>
a { background-color: #CB9897; }
a { background-color: rgb(203,152,151); }
div.DivClassName
{
background-color: #CB9897;
}
.BgClassName
{
background-color: #CB9897;
}
</style>
border-color css
<style>
span { border-color: #CB9897; }
span { border-color: rgb(203,152,151); }
td.TdClassName
{
border-color: #CB9897;
}
.TagClassName
{
border-color: #CB9897;
}
</style>