Shades of Careys Pink #CA929A
Tints of Careys Pink #CA929A
RGB
CMYK
RGB Variations
Color information
#CA929A (or 0xCA929A) is known color: Careys Pink. HEX triplet: CA, 92 and 9A. RGB value is (202,146,154). Sum of RGB (Red+Green+Blue) = 202+146+154=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA929A is #356D65. Grayscale: #A3A3A3. Windows color (decimal): -3501414 or 10130122. OLE color: 10130122.
HSL color Cylindrical-coordinate representation of color #CA929A: hue angle of 351.43º 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 #CA929A is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 154 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.21 |
| HSL | 351.43º | 0.35% | 0.68% | - |
| HSV(B) | 351.43º | 0.28% | 0.79% | - |
| XYZ | 40.47 | 35.45 | 35.28 | - |
| YUV | 163.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 154 | 0 | 0.28 | 0.24 | 0.21 | 351.43 | 0.35 | 0.68 |
| Hex | CA | 92 | 9A | 0 | 1C | 18 | 15 | 15F | 23 | 44 |
| Octal | 312 | 222 | 232 | 0 | 34 | 30 | 25 | 537 | 43 | 104 |
| Binary | 11001010 | 10010010 | 10011010 | 0 | 11100 | 11000 | 10101 | 101011111 | 100011 | 1000100 |
Color Harmonies of #CA929A
Complementary color
Monochromatic Colors of #CA929A
Black with #CA929A
Text Example
Text Example
White with #CA929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA929A; }
p { color: rgb(202,146,154); }
H1.HeaderClassName
{
color: #CA929A;
}
.AnyTagClassName
{
color: #CA929A;
}
</style>
background-color css
<style>
a { background-color: #CA929A; }
a { background-color: rgb(202,146,154); }
div.DivClassName
{
background-color: #CA929A;
}
.BgClassName
{
background-color: #CA929A;
}
</style>
border-color css
<style>
span { border-color: #CA929A; }
span { border-color: rgb(202,146,154); }
td.TdClassName
{
border-color: #CA929A;
}
.TagClassName
{
border-color: #CA929A;
}
</style>