Shades of Oriental Pink #CA928C
Tints of Oriental Pink #CA928C
RGB
CMYK
RGB Variations
Color information
#CA928C (or 0xCA928C) is known color: Oriental Pink. HEX triplet: CA, 92 and 8C. RGB value is (202,146,140). Sum of RGB (Red+Green+Blue) = 202+146+140=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA928C is #356D73. Grayscale: #A2A2A2. Windows color (decimal): -3501428 or 9212618. OLE color: 9212618.
HSL color Cylindrical-coordinate representation of color #CA928C: hue angle of 5.81º 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 #CA928C is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 140 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.21 |
| HSL | 5.81º | 0.37% | 0.67% | - |
| HSV(B) | 5.81º | 0.31% | 0.79% | - |
| XYZ | 39.37 | 35.01 | 29.49 | - |
| YUV | 162.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 140 | 0 | 0.28 | 0.31 | 0.21 | 5.81 | 0.37 | 0.67 |
| Hex | CA | 92 | 8C | 0 | 1C | 1F | 15 | 6 | 25 | 43 |
| Octal | 312 | 222 | 214 | 0 | 34 | 37 | 25 | 6 | 45 | 103 |
| Binary | 11001010 | 10010010 | 10001100 | 0 | 11100 | 11111 | 10101 | 110 | 100101 | 1000011 |
Color Harmonies of #CA928C
Complementary color
Monochromatic Colors of #CA928C
Black with #CA928C
Text Example
Text Example
White with #CA928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA928C; }
p { color: rgb(202,146,140); }
H1.HeaderClassName
{
color: #CA928C;
}
.AnyTagClassName
{
color: #CA928C;
}
</style>
background-color css
<style>
a { background-color: #CA928C; }
a { background-color: rgb(202,146,140); }
div.DivClassName
{
background-color: #CA928C;
}
.BgClassName
{
background-color: #CA928C;
}
</style>
border-color css
<style>
span { border-color: #CA928C; }
span { border-color: rgb(202,146,140); }
td.TdClassName
{
border-color: #CA928C;
}
.TagClassName
{
border-color: #CA928C;
}
</style>