Shades of Oriental Pink #CA908C
Tints of Oriental Pink #CA908C
RGB
CMYK
RGB Variations
Color information
#CA908C (or 0xCA908C) is known color: Oriental Pink. HEX triplet: CA, 90 and 8C. RGB value is (202,144,140). Sum of RGB (Red+Green+Blue) = 202+144+140=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA908C is #356F73. Grayscale: #A0A0A0. Windows color (decimal): -3501940 or 9212106. OLE color: 9212106.
HSL color Cylindrical-coordinate representation of color #CA908C: hue angle of 3.87º 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 #CA908C is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 140 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.21 |
| HSL | 3.87º | 0.37% | 0.67% | - |
| HSV(B) | 3.87º | 0.31% | 0.79% | - |
| XYZ | 39.06 | 34.4 | 29.39 | - |
| YUV | 160.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 140 | 0 | 0.29 | 0.31 | 0.21 | 3.87 | 0.37 | 0.67 |
| Hex | CA | 90 | 8C | 0 | 1D | 1F | 15 | 4 | 25 | 43 |
| Octal | 312 | 220 | 214 | 0 | 35 | 37 | 25 | 4 | 45 | 103 |
| Binary | 11001010 | 10010000 | 10001100 | 0 | 11101 | 11111 | 10101 | 100 | 100101 | 1000011 |
Color Harmonies of #CA908C
Complementary color
Monochromatic Colors of #CA908C
Black with #CA908C
Text Example
Text Example
White with #CA908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA908C; }
p { color: rgb(202,144,140); }
H1.HeaderClassName
{
color: #CA908C;
}
.AnyTagClassName
{
color: #CA908C;
}
</style>
background-color css
<style>
a { background-color: #CA908C; }
a { background-color: rgb(202,144,140); }
div.DivClassName
{
background-color: #CA908C;
}
.BgClassName
{
background-color: #CA908C;
}
</style>
border-color css
<style>
span { border-color: #CA908C; }
span { border-color: rgb(202,144,140); }
td.TdClassName
{
border-color: #CA908C;
}
.TagClassName
{
border-color: #CA908C;
}
</style>