Shades of Careys Pink #CA9192
Tints of Careys Pink #CA9192
RGB
CMYK
RGB Variations
Color information
#CA9192 (or 0xCA9192) is known color: Careys Pink. HEX triplet: CA, 91 and 92. RGB value is (202,145,146). Sum of RGB (Red+Green+Blue) = 202+145+146=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9192 is #356E6D. Grayscale: #A2A2A2. Windows color (decimal): -3501678 or 9605578. OLE color: 9605578.
HSL color Cylindrical-coordinate representation of color #CA9192: hue angle of 358.95º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9192 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 146 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.21 |
| HSL | 358.95º | 0.35% | 0.68% | - |
| HSV(B) | 358.95º | 0.28% | 0.79% | - |
| XYZ | 39.67 | 34.88 | 31.84 | - |
| YUV | 162.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 146 | 0 | 0.28 | 0.28 | 0.21 | 358.95 | 0.35 | 0.68 |
| Hex | CA | 91 | 92 | 0 | 1C | 1C | 15 | 167 | 23 | 44 |
| Octal | 312 | 221 | 222 | 0 | 34 | 34 | 25 | 547 | 43 | 104 |
| Binary | 11001010 | 10010001 | 10010010 | 0 | 11100 | 11100 | 10101 | 101100111 | 100011 | 1000100 |
Color Harmonies of #CA9192
Complementary color
Monochromatic Colors of #CA9192
Black with #CA9192
Text Example
Text Example
White with #CA9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9192; }
p { color: rgb(202,145,146); }
H1.HeaderClassName
{
color: #CA9192;
}
.AnyTagClassName
{
color: #CA9192;
}
</style>
background-color css
<style>
a { background-color: #CA9192; }
a { background-color: rgb(202,145,146); }
div.DivClassName
{
background-color: #CA9192;
}
.BgClassName
{
background-color: #CA9192;
}
</style>
border-color css
<style>
span { border-color: #CA9192; }
span { border-color: rgb(202,145,146); }
td.TdClassName
{
border-color: #CA9192;
}
.TagClassName
{
border-color: #CA9192;
}
</style>