Shades of Petite Orchid #CC9392
Tints of Petite Orchid #CC9392
RGB
CMYK
RGB Variations
Color information
#CC9392 (or 0xCC9392) is known color: Petite Orchid. HEX triplet: CC, 93 and 92. RGB value is (204,147,146). Sum of RGB (Red+Green+Blue) = 204+147+146=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9392 is #336C6D. Grayscale: #A3A3A3. Windows color (decimal): -3370094 or 9606092. OLE color: 9606092.
HSL color Cylindrical-coordinate representation of color #CC9392: hue angle of 1.03º degrees, saturation: 0.36, 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 #CC9392 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 146 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.2 |
| HSL | 1.03º | 0.36% | 0.69% | - |
| HSV(B) | 1.03º | 0.28% | 0.8% | - |
| XYZ | 40.52 | 35.78 | 31.96 | - |
| YUV | 163.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 146 | 0 | 0.28 | 0.28 | 0.2 | 1.03 | 0.36 | 0.69 |
| Hex | CC | 93 | 92 | 0 | 1C | 1C | 14 | 1 | 24 | 45 |
| Octal | 314 | 223 | 222 | 0 | 34 | 34 | 24 | 1 | 44 | 105 |
| Binary | 11001100 | 10010011 | 10010010 | 0 | 11100 | 11100 | 10100 | 1 | 100100 | 1000101 |
Color Harmonies of #CC9392
Complementary color
Monochromatic Colors of #CC9392
Black with #CC9392
Text Example
Text Example
White with #CC9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9392; }
p { color: rgb(204,147,146); }
H1.HeaderClassName
{
color: #CC9392;
}
.AnyTagClassName
{
color: #CC9392;
}
</style>
background-color css
<style>
a { background-color: #CC9392; }
a { background-color: rgb(204,147,146); }
div.DivClassName
{
background-color: #CC9392;
}
.BgClassName
{
background-color: #CC9392;
}
</style>
border-color css
<style>
span { border-color: #CC9392; }
span { border-color: rgb(204,147,146); }
td.TdClassName
{
border-color: #CC9392;
}
.TagClassName
{
border-color: #CC9392;
}
</style>