Shades of Petite Orchid #CB9593
Tints of Petite Orchid #CB9593
RGB
CMYK
RGB Variations
Color information
#CB9593 (or 0xCB9593) is known color: Petite Orchid. HEX triplet: CB, 95 and 93. RGB value is (203,149,147). Sum of RGB (Red+Green+Blue) = 203+149+147=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9593 is #346A6C. Grayscale: #A4A4A4. Windows color (decimal): -3435117 or 9672139. OLE color: 9672139.
HSL color Cylindrical-coordinate representation of color #CB9593: hue angle of 2.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9593 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 147 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.20 |
| HSL | 2.14º | 0.35% | 0.69% | - |
| HSV(B) | 2.14º | 0.28% | 0.8% | - |
| XYZ | 40.64 | 36.3 | 32.47 | - |
| YUV | 164.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 147 | 0 | 0.27 | 0.28 | 0.20 | 2.14 | 0.35 | 0.69 |
| Hex | CB | 95 | 93 | 0 | 1B | 1C | 14 | 2 | 23 | 45 |
| Octal | 313 | 225 | 223 | 0 | 33 | 34 | 24 | 2 | 43 | 105 |
| Binary | 11001011 | 10010101 | 10010011 | 0 | 11011 | 11100 | 10100 | 10 | 100011 | 1000101 |
Color Harmonies of #CB9593
Complementary color
Monochromatic Colors of #CB9593
Black with #CB9593
Text Example
Text Example
White with #CB9593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9593; }
p { color: rgb(203,149,147); }
H1.HeaderClassName
{
color: #CB9593;
}
.AnyTagClassName
{
color: #CB9593;
}
</style>
background-color css
<style>
a { background-color: #CB9593; }
a { background-color: rgb(203,149,147); }
div.DivClassName
{
background-color: #CB9593;
}
.BgClassName
{
background-color: #CB9593;
}
</style>
border-color css
<style>
span { border-color: #CB9593; }
span { border-color: rgb(203,149,147); }
td.TdClassName
{
border-color: #CB9593;
}
.TagClassName
{
border-color: #CB9593;
}
</style>