Shades of Oriental Pink #CA948C
Tints of Oriental Pink #CA948C
RGB
CMYK
RGB Variations
Color information
#CA948C (or 0xCA948C) is known color: Oriental Pink. HEX triplet: CA, 94 and 8C. RGB value is (202,148,140). Sum of RGB (Red+Green+Blue) = 202+148+140=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA948C is #356B73. Grayscale: #A3A3A3. Windows color (decimal): -3500916 or 9213130. OLE color: 9213130.
HSL color Cylindrical-coordinate representation of color #CA948C: hue angle of 7.74º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA948C is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 140 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.21 |
| HSL | 7.74º | 0.37% | 0.67% | - |
| HSV(B) | 7.74º | 0.31% | 0.79% | - |
| XYZ | 39.68 | 35.63 | 29.6 | - |
| YUV | 163.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 140 | 0 | 0.27 | 0.31 | 0.21 | 7.74 | 0.37 | 0.67 |
| Hex | CA | 94 | 8C | 0 | 1B | 1F | 15 | 8 | 25 | 43 |
| Octal | 312 | 224 | 214 | 0 | 33 | 37 | 25 | 10 | 45 | 103 |
| Binary | 11001010 | 10010100 | 10001100 | 0 | 11011 | 11111 | 10101 | 1000 | 100101 | 1000011 |
Color Harmonies of #CA948C
Complementary color
Monochromatic Colors of #CA948C
Black with #CA948C
Text Example
Text Example
White with #CA948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA948C; }
p { color: rgb(202,148,140); }
H1.HeaderClassName
{
color: #CA948C;
}
.AnyTagClassName
{
color: #CA948C;
}
</style>
background-color css
<style>
a { background-color: #CA948C; }
a { background-color: rgb(202,148,140); }
div.DivClassName
{
background-color: #CA948C;
}
.BgClassName
{
background-color: #CA948C;
}
</style>
border-color css
<style>
span { border-color: #CA948C; }
span { border-color: rgb(202,148,140); }
td.TdClassName
{
border-color: #CA948C;
}
.TagClassName
{
border-color: #CA948C;
}
</style>