Shades of Oriental Pink #CA958F
Tints of Oriental Pink #CA958F
RGB
CMYK
RGB Variations
Color information
#CA958F (or 0xCA958F) is known color: Oriental Pink. HEX triplet: CA, 95 and 8F. RGB value is (202,149,143). Sum of RGB (Red+Green+Blue) = 202+149+143=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA958F is #356A70. Grayscale: #A4A4A4. Windows color (decimal): -3500657 or 9409994. OLE color: 9409994.
HSL color Cylindrical-coordinate representation of color #CA958F: hue angle of 6.1º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA958F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 143 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.21 |
| HSL | 6.1º | 0.36% | 0.68% | - |
| HSV(B) | 6.1º | 0.29% | 0.79% | - |
| XYZ | 40.06 | 36.03 | 30.83 | - |
| YUV | 164.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 143 | 0 | 0.26 | 0.29 | 0.21 | 6.1 | 0.36 | 0.68 |
| Hex | CA | 95 | 8F | 0 | 1A | 1D | 15 | 6 | 24 | 44 |
| Octal | 312 | 225 | 217 | 0 | 32 | 35 | 25 | 6 | 44 | 104 |
| Binary | 11001010 | 10010101 | 10001111 | 0 | 11010 | 11101 | 10101 | 110 | 100100 | 1000100 |
Color Harmonies of #CA958F
Complementary color
Monochromatic Colors of #CA958F
Black with #CA958F
Text Example
Text Example
White with #CA958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA958F; }
p { color: rgb(202,149,143); }
H1.HeaderClassName
{
color: #CA958F;
}
.AnyTagClassName
{
color: #CA958F;
}
</style>
background-color css
<style>
a { background-color: #CA958F; }
a { background-color: rgb(202,149,143); }
div.DivClassName
{
background-color: #CA958F;
}
.BgClassName
{
background-color: #CA958F;
}
</style>
border-color css
<style>
span { border-color: #CA958F; }
span { border-color: rgb(202,149,143); }
td.TdClassName
{
border-color: #CA958F;
}
.TagClassName
{
border-color: #CA958F;
}
</style>