Shades of Careys Pink #C98F93
Tints of Careys Pink #C98F93
RGB
CMYK
RGB Variations
Color information
#C98F93 (or 0xC98F93) is known color: Careys Pink. HEX triplet: C9, 8F and 93. RGB value is (201,143,147). Sum of RGB (Red+Green+Blue) = 201+143+147=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98F93 is #36706C. Grayscale: #A0A0A0. Windows color (decimal): -3567725 or 9670601. OLE color: 9670601.
HSL color Cylindrical-coordinate representation of color #C98F93: hue angle of 355.86º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98F93 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 147 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.21 |
| HSL | 355.86º | 0.35% | 0.67% | - |
| HSV(B) | 355.86º | 0.29% | 0.79% | - |
| XYZ | 39.18 | 34.17 | 32.13 | - |
| YUV | 160.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 147 | 0 | 0.29 | 0.27 | 0.21 | 355.86 | 0.35 | 0.67 |
| Hex | C9 | 8F | 93 | 0 | 1D | 1B | 15 | 164 | 23 | 43 |
| Octal | 311 | 217 | 223 | 0 | 35 | 33 | 25 | 544 | 43 | 103 |
| Binary | 11001001 | 10001111 | 10010011 | 0 | 11101 | 11011 | 10101 | 101100100 | 100011 | 1000011 |
Color Harmonies of #C98F93
Complementary color
Monochromatic Colors of #C98F93
Black with #C98F93
Text Example
Text Example
White with #C98F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F93; }
p { color: rgb(201,143,147); }
H1.HeaderClassName
{
color: #C98F93;
}
.AnyTagClassName
{
color: #C98F93;
}
</style>
background-color css
<style>
a { background-color: #C98F93; }
a { background-color: rgb(201,143,147); }
div.DivClassName
{
background-color: #C98F93;
}
.BgClassName
{
background-color: #C98F93;
}
</style>
border-color css
<style>
span { border-color: #C98F93; }
span { border-color: rgb(201,143,147); }
td.TdClassName
{
border-color: #C98F93;
}
.TagClassName
{
border-color: #C98F93;
}
</style>