Shades of Oriental Pink #CC958F
Tints of Oriental Pink #CC958F
RGB
CMYK
RGB Variations
Color information
#CC958F (or 0xCC958F) is known color: Oriental Pink. HEX triplet: CC, 95 and 8F. RGB value is (204,149,143). Sum of RGB (Red+Green+Blue) = 204+149+143=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC958F is #336A70. Grayscale: #A4A4A4. Windows color (decimal): -3369585 or 9409996. OLE color: 9409996.
HSL color Cylindrical-coordinate representation of color #CC958F: hue angle of 5.9º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC958F is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 143 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.2 |
| HSL | 5.9º | 0.37% | 0.68% | - |
| HSV(B) | 5.9º | 0.3% | 0.8% | - |
| XYZ | 40.61 | 36.32 | 30.86 | - |
| YUV | 164.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 143 | 0 | 0.27 | 0.30 | 0.2 | 5.9 | 0.37 | 0.68 |
| Hex | CC | 95 | 8F | 0 | 1B | 1E | 14 | 6 | 25 | 44 |
| Octal | 314 | 225 | 217 | 0 | 33 | 36 | 24 | 6 | 45 | 104 |
| Binary | 11001100 | 10010101 | 10001111 | 0 | 11011 | 11110 | 10100 | 110 | 100101 | 1000100 |
Color Harmonies of #CC958F
Complementary color
Monochromatic Colors of #CC958F
Black with #CC958F
Text Example
Text Example
White with #CC958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC958F; }
p { color: rgb(204,149,143); }
H1.HeaderClassName
{
color: #CC958F;
}
.AnyTagClassName
{
color: #CC958F;
}
</style>
background-color css
<style>
a { background-color: #CC958F; }
a { background-color: rgb(204,149,143); }
div.DivClassName
{
background-color: #CC958F;
}
.BgClassName
{
background-color: #CC958F;
}
</style>
border-color css
<style>
span { border-color: #CC958F; }
span { border-color: rgb(204,149,143); }
td.TdClassName
{
border-color: #CC958F;
}
.TagClassName
{
border-color: #CC958F;
}
</style>