Shades of Careys Pink #CA8F91
Tints of Careys Pink #CA8F91
RGB
CMYK
RGB Variations
Color information
#CA8F91 (or 0xCA8F91) is known color: Careys Pink. HEX triplet: CA, 8F and 91. RGB value is (202,143,145). Sum of RGB (Red+Green+Blue) = 202+143+145=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F91 is #35706E. Grayscale: #A0A0A0. Windows color (decimal): -3502191 or 9539530. OLE color: 9539530.
HSL color Cylindrical-coordinate representation of color #CA8F91: hue angle of 357.97º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8F91 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 145 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.21 |
| HSL | 357.97º | 0.36% | 0.68% | - |
| HSV(B) | 357.97º | 0.29% | 0.79% | - |
| XYZ | 39.29 | 34.25 | 31.33 | - |
| YUV | 160.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 145 | 0 | 0.29 | 0.28 | 0.21 | 357.97 | 0.36 | 0.68 |
| Hex | CA | 8F | 91 | 0 | 1D | 1C | 15 | 166 | 24 | 44 |
| Octal | 312 | 217 | 221 | 0 | 35 | 34 | 25 | 546 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10010001 | 0 | 11101 | 11100 | 10101 | 101100110 | 100100 | 1000100 |
Color Harmonies of #CA8F91
Complementary color
Monochromatic Colors of #CA8F91
Black with #CA8F91
Text Example
Text Example
White with #CA8F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F91; }
p { color: rgb(202,143,145); }
H1.HeaderClassName
{
color: #CA8F91;
}
.AnyTagClassName
{
color: #CA8F91;
}
</style>
background-color css
<style>
a { background-color: #CA8F91; }
a { background-color: rgb(202,143,145); }
div.DivClassName
{
background-color: #CA8F91;
}
.BgClassName
{
background-color: #CA8F91;
}
</style>
border-color css
<style>
span { border-color: #CA8F91; }
span { border-color: rgb(202,143,145); }
td.TdClassName
{
border-color: #CA8F91;
}
.TagClassName
{
border-color: #CA8F91;
}
</style>