Shades of Petite Orchid #CB9792
Tints of Petite Orchid #CB9792
RGB
CMYK
RGB Variations
Color information
#CB9792 (or 0xCB9792) is known color: Petite Orchid. HEX triplet: CB, 97 and 92. RGB value is (203,151,146). Sum of RGB (Red+Green+Blue) = 203+151+146=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9792 is #34686D. Grayscale: #A6A6A6. Windows color (decimal): -3434606 or 9607115. OLE color: 9607115.
HSL color Cylindrical-coordinate representation of color #CB9792: hue angle of 5.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9792 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 146 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.20 |
| HSL | 5.26º | 0.35% | 0.68% | - |
| HSV(B) | 5.26º | 0.28% | 0.8% | - |
| XYZ | 40.88 | 36.91 | 32.16 | - |
| YUV | 165.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 146 | 0 | 0.26 | 0.28 | 0.20 | 5.26 | 0.35 | 0.68 |
| Hex | CB | 97 | 92 | 0 | 1A | 1C | 14 | 5 | 23 | 44 |
| Octal | 313 | 227 | 222 | 0 | 32 | 34 | 24 | 5 | 43 | 104 |
| Binary | 11001011 | 10010111 | 10010010 | 0 | 11010 | 11100 | 10100 | 101 | 100011 | 1000100 |
Color Harmonies of #CB9792
Complementary color
Monochromatic Colors of #CB9792
Black with #CB9792
Text Example
Text Example
White with #CB9792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9792; }
p { color: rgb(203,151,146); }
H1.HeaderClassName
{
color: #CB9792;
}
.AnyTagClassName
{
color: #CB9792;
}
</style>
background-color css
<style>
a { background-color: #CB9792; }
a { background-color: rgb(203,151,146); }
div.DivClassName
{
background-color: #CB9792;
}
.BgClassName
{
background-color: #CB9792;
}
</style>
border-color css
<style>
span { border-color: #CB9792; }
span { border-color: rgb(203,151,146); }
td.TdClassName
{
border-color: #CB9792;
}
.TagClassName
{
border-color: #CB9792;
}
</style>