Shades of Oriental Pink #CA958E
Tints of Oriental Pink #CA958E
RGB
CMYK
RGB Variations
Color information
#CA958E (or 0xCA958E) is known color: Oriental Pink. HEX triplet: CA, 95 and 8E. RGB value is (202,149,142). Sum of RGB (Red+Green+Blue) = 202+149+142=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA958E is #356A71. Grayscale: #A4A4A4. Windows color (decimal): -3500658 or 9344458. OLE color: 9344458.
HSL color Cylindrical-coordinate representation of color #CA958E: hue angle of 7º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA958E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 142 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.21 |
| HSL | 7º | 0.36% | 0.67% | - |
| HSV(B) | 7º | 0.3% | 0.79% | - |
| XYZ | 39.99 | 36 | 30.43 | - |
| YUV | 164.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 142 | 0 | 0.26 | 0.30 | 0.21 | 7 | 0.36 | 0.67 |
| Hex | CA | 95 | 8E | 0 | 1A | 1E | 15 | 7 | 24 | 43 |
| Octal | 312 | 225 | 216 | 0 | 32 | 36 | 25 | 7 | 44 | 103 |
| Binary | 11001010 | 10010101 | 10001110 | 0 | 11010 | 11110 | 10101 | 111 | 100100 | 1000011 |
Color Harmonies of #CA958E
Complementary color
Monochromatic Colors of #CA958E
Black with #CA958E
Text Example
Text Example
White with #CA958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA958E; }
p { color: rgb(202,149,142); }
H1.HeaderClassName
{
color: #CA958E;
}
.AnyTagClassName
{
color: #CA958E;
}
</style>
background-color css
<style>
a { background-color: #CA958E; }
a { background-color: rgb(202,149,142); }
div.DivClassName
{
background-color: #CA958E;
}
.BgClassName
{
background-color: #CA958E;
}
</style>
border-color css
<style>
span { border-color: #CA958E; }
span { border-color: rgb(202,149,142); }
td.TdClassName
{
border-color: #CA958E;
}
.TagClassName
{
border-color: #CA958E;
}
</style>