Shades of Careys Pink #C99294
Tints of Careys Pink #C99294
RGB
CMYK
RGB Variations
Color information
#C99294 (or 0xC99294) is known color: Careys Pink. HEX triplet: C9, 92 and 94. RGB value is (201,146,148). Sum of RGB (Red+Green+Blue) = 201+146+148=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C99294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99294 is #366D6B. Grayscale: #A2A2A2. Windows color (decimal): -3566956 or 9736905. OLE color: 9736905.
HSL color Cylindrical-coordinate representation of color #C99294: hue angle of 357.82º 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 #C99294 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 148 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.21 |
| HSL | 357.82º | 0.34% | 0.68% | - |
| HSV(B) | 357.82º | 0.27% | 0.79% | - |
| XYZ | 39.71 | 35.11 | 32.7 | - |
| YUV | 162.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 148 | 0 | 0.27 | 0.26 | 0.21 | 357.82 | 0.34 | 0.68 |
| Hex | C9 | 92 | 94 | 0 | 1B | 1A | 15 | 166 | 22 | 44 |
| Octal | 311 | 222 | 224 | 0 | 33 | 32 | 25 | 546 | 42 | 104 |
| Binary | 11001001 | 10010010 | 10010100 | 0 | 11011 | 11010 | 10101 | 101100110 | 100010 | 1000100 |
Color Harmonies of #C99294
Complementary color
Monochromatic Colors of #C99294
Black with #C99294
Text Example
Text Example
White with #C99294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99294; }
p { color: rgb(201,146,148); }
H1.HeaderClassName
{
color: #C99294;
}
.AnyTagClassName
{
color: #C99294;
}
</style>
background-color css
<style>
a { background-color: #C99294; }
a { background-color: rgb(201,146,148); }
div.DivClassName
{
background-color: #C99294;
}
.BgClassName
{
background-color: #C99294;
}
</style>
border-color css
<style>
span { border-color: #C99294; }
span { border-color: rgb(201,146,148); }
td.TdClassName
{
border-color: #C99294;
}
.TagClassName
{
border-color: #C99294;
}
</style>