Shades of Oriental Pink #CA908B
Tints of Oriental Pink #CA908B
RGB
CMYK
RGB Variations
Color information
#CA908B (or 0xCA908B) is known color: Oriental Pink. HEX triplet: CA, 90 and 8B. RGB value is (202,144,139). Sum of RGB (Red+Green+Blue) = 202+144+139=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA908B is #356F74. Grayscale: #A0A0A0. Windows color (decimal): -3501941 or 9146570. OLE color: 9146570.
HSL color Cylindrical-coordinate representation of color #CA908B: hue angle of 4.76º 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 #CA908B is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 139 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.21 |
| HSL | 4.76º | 0.37% | 0.67% | - |
| HSV(B) | 4.76º | 0.31% | 0.79% | - |
| XYZ | 38.99 | 34.37 | 29 | - |
| YUV | 160.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 139 | 0 | 0.29 | 0.31 | 0.21 | 4.76 | 0.37 | 0.67 |
| Hex | CA | 90 | 8B | 0 | 1D | 1F | 15 | 5 | 25 | 43 |
| Octal | 312 | 220 | 213 | 0 | 35 | 37 | 25 | 5 | 45 | 103 |
| Binary | 11001010 | 10010000 | 10001011 | 0 | 11101 | 11111 | 10101 | 101 | 100101 | 1000011 |
Color Harmonies of #CA908B
Complementary color
Monochromatic Colors of #CA908B
Black with #CA908B
Text Example
Text Example
White with #CA908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA908B; }
p { color: rgb(202,144,139); }
H1.HeaderClassName
{
color: #CA908B;
}
.AnyTagClassName
{
color: #CA908B;
}
</style>
background-color css
<style>
a { background-color: #CA908B; }
a { background-color: rgb(202,144,139); }
div.DivClassName
{
background-color: #CA908B;
}
.BgClassName
{
background-color: #CA908B;
}
</style>
border-color css
<style>
span { border-color: #CA908B; }
span { border-color: rgb(202,144,139); }
td.TdClassName
{
border-color: #CA908B;
}
.TagClassName
{
border-color: #CA908B;
}
</style>