Shades of Careys Pink #CA9092
Tints of Careys Pink #CA9092
RGB
CMYK
RGB Variations
Color information
#CA9092 (or 0xCA9092) is known color: Careys Pink. HEX triplet: CA, 90 and 92. RGB value is (202,144,146). Sum of RGB (Red+Green+Blue) = 202+144+146=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9092 is #356F6D. Grayscale: #A1A1A1. Windows color (decimal): -3501934 or 9605322. OLE color: 9605322.
HSL color Cylindrical-coordinate representation of color #CA9092: hue angle of 357.93º degrees, saturation: 0.35, 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 #CA9092 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 146 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.21 |
| HSL | 357.93º | 0.35% | 0.68% | - |
| HSV(B) | 357.93º | 0.29% | 0.79% | - |
| XYZ | 39.52 | 34.58 | 31.79 | - |
| YUV | 161.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 146 | 0 | 0.29 | 0.28 | 0.21 | 357.93 | 0.35 | 0.68 |
| Hex | CA | 90 | 92 | 0 | 1D | 1C | 15 | 166 | 23 | 44 |
| Octal | 312 | 220 | 222 | 0 | 35 | 34 | 25 | 546 | 43 | 104 |
| Binary | 11001010 | 10010000 | 10010010 | 0 | 11101 | 11100 | 10101 | 101100110 | 100011 | 1000100 |
Color Harmonies of #CA9092
Complementary color
Monochromatic Colors of #CA9092
Black with #CA9092
Text Example
Text Example
White with #CA9092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9092; }
p { color: rgb(202,144,146); }
H1.HeaderClassName
{
color: #CA9092;
}
.AnyTagClassName
{
color: #CA9092;
}
</style>
background-color css
<style>
a { background-color: #CA9092; }
a { background-color: rgb(202,144,146); }
div.DivClassName
{
background-color: #CA9092;
}
.BgClassName
{
background-color: #CA9092;
}
</style>
border-color css
<style>
span { border-color: #CA9092; }
span { border-color: rgb(202,144,146); }
td.TdClassName
{
border-color: #CA9092;
}
.TagClassName
{
border-color: #CA9092;
}
</style>