Shades of Oriental Pink #CA928A
Tints of Oriental Pink #CA928A
RGB
CMYK
RGB Variations
Color information
#CA928A (or 0xCA928A) is known color: Oriental Pink. HEX triplet: CA, 92 and 8A. RGB value is (202,146,138). Sum of RGB (Red+Green+Blue) = 202+146+138=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA928A is #356D75. Grayscale: #A1A1A1. Windows color (decimal): -3501430 or 9081546. OLE color: 9081546.
HSL color Cylindrical-coordinate representation of color #CA928A: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA928A is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 138 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.21 |
| HSL | 7.5º | 0.38% | 0.67% | - |
| HSV(B) | 7.5º | 0.32% | 0.79% | - |
| XYZ | 39.22 | 34.95 | 28.72 | - |
| YUV | 161.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 138 | 0 | 0.28 | 0.32 | 0.21 | 7.5 | 0.38 | 0.67 |
| Hex | CA | 92 | 8A | 0 | 1C | 20 | 15 | 8 | 26 | 43 |
| Octal | 312 | 222 | 212 | 0 | 34 | 40 | 25 | 10 | 46 | 103 |
| Binary | 11001010 | 10010010 | 10001010 | 0 | 11100 | 100000 | 10101 | 1000 | 100110 | 1000011 |
Color Harmonies of #CA928A
Complementary color
Monochromatic Colors of #CA928A
Black with #CA928A
Text Example
Text Example
White with #CA928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA928A; }
p { color: rgb(202,146,138); }
H1.HeaderClassName
{
color: #CA928A;
}
.AnyTagClassName
{
color: #CA928A;
}
</style>
background-color css
<style>
a { background-color: #CA928A; }
a { background-color: rgb(202,146,138); }
div.DivClassName
{
background-color: #CA928A;
}
.BgClassName
{
background-color: #CA928A;
}
</style>
border-color css
<style>
span { border-color: #CA928A; }
span { border-color: rgb(202,146,138); }
td.TdClassName
{
border-color: #CA928A;
}
.TagClassName
{
border-color: #CA928A;
}
</style>