Shades of Petite Orchid #CF958B
Tints of Petite Orchid #CF958B
RGB
CMYK
RGB Variations
Color information
#CF958B (or 0xCF958B) is known color: Petite Orchid. HEX triplet: CF, 95 and 8B. RGB value is (207,149,139). Sum of RGB (Red+Green+Blue) = 207+149+139=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF958B is #306A74. Grayscale: #A5A5A5. Windows color (decimal): -3172981 or 9147855. OLE color: 9147855.
HSL color Cylindrical-coordinate representation of color #CF958B: hue angle of 8.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF958B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 139 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.19 |
| HSL | 8.82º | 0.41% | 0.68% | - |
| HSV(B) | 8.82º | 0.33% | 0.81% | - |
| XYZ | 41.14 | 36.62 | 29.33 | - |
| YUV | 165.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 139 | 0 | 0.28 | 0.33 | 0.19 | 8.82 | 0.41 | 0.68 |
| Hex | CF | 95 | 8B | 0 | 1C | 21 | 13 | 9 | 29 | 44 |
| Octal | 317 | 225 | 213 | 0 | 34 | 41 | 23 | 11 | 51 | 104 |
| Binary | 11001111 | 10010101 | 10001011 | 0 | 11100 | 100001 | 10011 | 1001 | 101001 | 1000100 |
Color Harmonies of #CF958B
Complementary color
Monochromatic Colors of #CF958B
Black with #CF958B
Text Example
Text Example
White with #CF958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF958B; }
p { color: rgb(207,149,139); }
H1.HeaderClassName
{
color: #CF958B;
}
.AnyTagClassName
{
color: #CF958B;
}
</style>
background-color css
<style>
a { background-color: #CF958B; }
a { background-color: rgb(207,149,139); }
div.DivClassName
{
background-color: #CF958B;
}
.BgClassName
{
background-color: #CF958B;
}
</style>
border-color css
<style>
span { border-color: #CF958B; }
span { border-color: rgb(207,149,139); }
td.TdClassName
{
border-color: #CF958B;
}
.TagClassName
{
border-color: #CF958B;
}
</style>