Shades of Oriental Pink #CA908D
Tints of Oriental Pink #CA908D
RGB
CMYK
RGB Variations
Color information
#CA908D (or 0xCA908D) is known color: Oriental Pink. HEX triplet: CA, 90 and 8D. RGB value is (202,144,141). Sum of RGB (Red+Green+Blue) = 202+144+141=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA908D is #356F72. Grayscale: #A1A1A1. Windows color (decimal): -3501939 or 9277642. OLE color: 9277642.
HSL color Cylindrical-coordinate representation of color #CA908D: hue angle of 2.95º degrees, saturation: 0.37, 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 #CA908D is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 141 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.21 |
| HSL | 2.95º | 0.37% | 0.67% | - |
| HSV(B) | 2.95º | 0.3% | 0.79% | - |
| XYZ | 39.14 | 34.43 | 29.78 | - |
| YUV | 161 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 141 | 0 | 0.29 | 0.30 | 0.21 | 2.95 | 0.37 | 0.67 |
| Hex | CA | 90 | 8D | 0 | 1D | 1E | 15 | 3 | 25 | 43 |
| Octal | 312 | 220 | 215 | 0 | 35 | 36 | 25 | 3 | 45 | 103 |
| Binary | 11001010 | 10010000 | 10001101 | 0 | 11101 | 11110 | 10101 | 11 | 100101 | 1000011 |
Color Harmonies of #CA908D
Complementary color
Monochromatic Colors of #CA908D
Black with #CA908D
Text Example
Text Example
White with #CA908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA908D; }
p { color: rgb(202,144,141); }
H1.HeaderClassName
{
color: #CA908D;
}
.AnyTagClassName
{
color: #CA908D;
}
</style>
background-color css
<style>
a { background-color: #CA908D; }
a { background-color: rgb(202,144,141); }
div.DivClassName
{
background-color: #CA908D;
}
.BgClassName
{
background-color: #CA908D;
}
</style>
border-color css
<style>
span { border-color: #CA908D; }
span { border-color: rgb(202,144,141); }
td.TdClassName
{
border-color: #CA908D;
}
.TagClassName
{
border-color: #CA908D;
}
</style>