Shades of Oriental Pink #CA948E
Tints of Oriental Pink #CA948E
RGB
CMYK
RGB Variations
Color information
#CA948E (or 0xCA948E) is known color: Oriental Pink. HEX triplet: CA, 94 and 8E. RGB value is (202,148,142). Sum of RGB (Red+Green+Blue) = 202+148+142=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA948E is #356B71. Grayscale: #A3A3A3. Windows color (decimal): -3500914 or 9344202. OLE color: 9344202.
HSL color Cylindrical-coordinate representation of color #CA948E: hue angle of 6º 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 #CA948E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 142 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.21 |
| HSL | 6º | 0.36% | 0.67% | - |
| HSV(B) | 6º | 0.3% | 0.79% | - |
| XYZ | 39.83 | 35.69 | 30.38 | - |
| YUV | 163.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 142 | 0 | 0.27 | 0.30 | 0.21 | 6 | 0.36 | 0.67 |
| Hex | CA | 94 | 8E | 0 | 1B | 1E | 15 | 6 | 24 | 43 |
| Octal | 312 | 224 | 216 | 0 | 33 | 36 | 25 | 6 | 44 | 103 |
| Binary | 11001010 | 10010100 | 10001110 | 0 | 11011 | 11110 | 10101 | 110 | 100100 | 1000011 |
Color Harmonies of #CA948E
Complementary color
Monochromatic Colors of #CA948E
Black with #CA948E
Text Example
Text Example
White with #CA948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA948E; }
p { color: rgb(202,148,142); }
H1.HeaderClassName
{
color: #CA948E;
}
.AnyTagClassName
{
color: #CA948E;
}
</style>
background-color css
<style>
a { background-color: #CA948E; }
a { background-color: rgb(202,148,142); }
div.DivClassName
{
background-color: #CA948E;
}
.BgClassName
{
background-color: #CA948E;
}
</style>
border-color css
<style>
span { border-color: #CA948E; }
span { border-color: rgb(202,148,142); }
td.TdClassName
{
border-color: #CA948E;
}
.TagClassName
{
border-color: #CA948E;
}
</style>