Shades of Careys Pink #C99398
Tints of Careys Pink #C99398
RGB
CMYK
RGB Variations
Color information
#C99398 (or 0xC99398) is known color: Careys Pink. HEX triplet: C9, 93 and 98. RGB value is (201,147,152). Sum of RGB (Red+Green+Blue) = 201+147+152=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C99398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99398 is #366C67. Grayscale: #A3A3A3. Windows color (decimal): -3566696 or 9999305. OLE color: 9999305.
HSL color Cylindrical-coordinate representation of color #C99398: hue angle of 354.44º degrees, saturation: 0.33, 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 #C99398 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 152 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.21 |
| HSL | 354.44º | 0.33% | 0.68% | - |
| HSV(B) | 354.44º | 0.27% | 0.79% | - |
| XYZ | 40.19 | 35.55 | 34.45 | - |
| YUV | 163.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 152 | 0 | 0.27 | 0.24 | 0.21 | 354.44 | 0.33 | 0.68 |
| Hex | C9 | 93 | 98 | 0 | 1B | 18 | 15 | 162 | 21 | 44 |
| Octal | 311 | 223 | 230 | 0 | 33 | 30 | 25 | 542 | 41 | 104 |
| Binary | 11001001 | 10010011 | 10011000 | 0 | 11011 | 11000 | 10101 | 101100010 | 100001 | 1000100 |
Color Harmonies of #C99398
Complementary color
Monochromatic Colors of #C99398
Black with #C99398
Text Example
Text Example
White with #C99398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99398; }
p { color: rgb(201,147,152); }
H1.HeaderClassName
{
color: #C99398;
}
.AnyTagClassName
{
color: #C99398;
}
</style>
background-color css
<style>
a { background-color: #C99398; }
a { background-color: rgb(201,147,152); }
div.DivClassName
{
background-color: #C99398;
}
.BgClassName
{
background-color: #C99398;
}
</style>
border-color css
<style>
span { border-color: #C99398; }
span { border-color: rgb(201,147,152); }
td.TdClassName
{
border-color: #C99398;
}
.TagClassName
{
border-color: #C99398;
}
</style>