Shades of Careys Pink #CA8F92
Tints of Careys Pink #CA8F92
RGB
CMYK
RGB Variations
Color information
#CA8F92 (or 0xCA8F92) is known color: Careys Pink. HEX triplet: CA, 8F and 92. RGB value is (202,143,146). Sum of RGB (Red+Green+Blue) = 202+143+146=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F92 is #35706D. Grayscale: #A1A1A1. Windows color (decimal): -3502190 or 9605066. OLE color: 9605066.
HSL color Cylindrical-coordinate representation of color #CA8F92: hue angle of 356.95º 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 #CA8F92 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 146 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.21 |
| HSL | 356.95º | 0.36% | 0.68% | - |
| HSV(B) | 356.95º | 0.29% | 0.79% | - |
| XYZ | 39.37 | 34.28 | 31.74 | - |
| YUV | 160.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 146 | 0 | 0.29 | 0.28 | 0.21 | 356.95 | 0.36 | 0.68 |
| Hex | CA | 8F | 92 | 0 | 1D | 1C | 15 | 165 | 24 | 44 |
| Octal | 312 | 217 | 222 | 0 | 35 | 34 | 25 | 545 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10010010 | 0 | 11101 | 11100 | 10101 | 101100101 | 100100 | 1000100 |
Color Harmonies of #CA8F92
Complementary color
Monochromatic Colors of #CA8F92
Black with #CA8F92
Text Example
Text Example
White with #CA8F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F92; }
p { color: rgb(202,143,146); }
H1.HeaderClassName
{
color: #CA8F92;
}
.AnyTagClassName
{
color: #CA8F92;
}
</style>
background-color css
<style>
a { background-color: #CA8F92; }
a { background-color: rgb(202,143,146); }
div.DivClassName
{
background-color: #CA8F92;
}
.BgClassName
{
background-color: #CA8F92;
}
</style>
border-color css
<style>
span { border-color: #CA8F92; }
span { border-color: rgb(202,143,146); }
td.TdClassName
{
border-color: #CA8F92;
}
.TagClassName
{
border-color: #CA8F92;
}
</style>