Shades of Careys Pink #C9929A
Tints of Careys Pink #C9929A
RGB
CMYK
RGB Variations
Color information
#C9929A (or 0xC9929A) is known color: Careys Pink. HEX triplet: C9, 92 and 9A. RGB value is (201,146,154). Sum of RGB (Red+Green+Blue) = 201+146+154=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9929A is #366D65. Grayscale: #A3A3A3. Windows color (decimal): -3566950 or 10130121. OLE color: 10130121.
HSL color Cylindrical-coordinate representation of color #C9929A: hue angle of 351.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9929A is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 154 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.21 |
| HSL | 351.27º | 0.34% | 0.68% | - |
| HSV(B) | 351.27º | 0.27% | 0.79% | - |
| XYZ | 40.2 | 35.31 | 35.27 | - |
| YUV | 163.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 154 | 0 | 0.27 | 0.23 | 0.21 | 351.27 | 0.34 | 0.68 |
| Hex | C9 | 92 | 9A | 0 | 1B | 17 | 15 | 15F | 22 | 44 |
| Octal | 311 | 222 | 232 | 0 | 33 | 27 | 25 | 537 | 42 | 104 |
| Binary | 11001001 | 10010010 | 10011010 | 0 | 11011 | 10111 | 10101 | 101011111 | 100010 | 1000100 |
Color Harmonies of #C9929A
Complementary color
Monochromatic Colors of #C9929A
Black with #C9929A
Text Example
Text Example
White with #C9929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9929A; }
p { color: rgb(201,146,154); }
H1.HeaderClassName
{
color: #C9929A;
}
.AnyTagClassName
{
color: #C9929A;
}
</style>
background-color css
<style>
a { background-color: #C9929A; }
a { background-color: rgb(201,146,154); }
div.DivClassName
{
background-color: #C9929A;
}
.BgClassName
{
background-color: #C9929A;
}
</style>
border-color css
<style>
span { border-color: #C9929A; }
span { border-color: rgb(201,146,154); }
td.TdClassName
{
border-color: #C9929A;
}
.TagClassName
{
border-color: #C9929A;
}
</style>