Shades of Petite Orchid #CC9690
Tints of Petite Orchid #CC9690
RGB
CMYK
RGB Variations
Color information
#CC9690 (or 0xCC9690) is known color: Petite Orchid. HEX triplet: CC, 96 and 90. RGB value is (204,150,144). Sum of RGB (Red+Green+Blue) = 204+150+144=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9690 is #33696F. Grayscale: #A5A5A5. Windows color (decimal): -3369328 or 9475788. OLE color: 9475788.
HSL color Cylindrical-coordinate representation of color #CC9690: hue angle of 6º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9690 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 144 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.2 |
| HSL | 6º | 0.37% | 0.68% | - |
| HSV(B) | 6º | 0.29% | 0.8% | - |
| XYZ | 40.84 | 36.66 | 31.31 | - |
| YUV | 165.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 144 | 0 | 0.26 | 0.29 | 0.2 | 6 | 0.37 | 0.68 |
| Hex | CC | 96 | 90 | 0 | 1A | 1D | 14 | 6 | 25 | 44 |
| Octal | 314 | 226 | 220 | 0 | 32 | 35 | 24 | 6 | 45 | 104 |
| Binary | 11001100 | 10010110 | 10010000 | 0 | 11010 | 11101 | 10100 | 110 | 100101 | 1000100 |
Color Harmonies of #CC9690
Complementary color
Monochromatic Colors of #CC9690
Black with #CC9690
Text Example
Text Example
White with #CC9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9690; }
p { color: rgb(204,150,144); }
H1.HeaderClassName
{
color: #CC9690;
}
.AnyTagClassName
{
color: #CC9690;
}
</style>
background-color css
<style>
a { background-color: #CC9690; }
a { background-color: rgb(204,150,144); }
div.DivClassName
{
background-color: #CC9690;
}
.BgClassName
{
background-color: #CC9690;
}
</style>
border-color css
<style>
span { border-color: #CC9690; }
span { border-color: rgb(204,150,144); }
td.TdClassName
{
border-color: #CC9690;
}
.TagClassName
{
border-color: #CC9690;
}
</style>