Shades of Careys Pink #C998A3
Tints of Careys Pink #C998A3
RGB
CMYK
RGB Variations
Color information
#C998A3 (or 0xC998A3) is known color: Careys Pink. HEX triplet: C9, 98 and A3. RGB value is (201,152,163). Sum of RGB (Red+Green+Blue) = 201+152+163=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C998A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C998A3 is #36675C. Grayscale: #A7A7A7. Windows color (decimal): -3565405 or 10721481. OLE color: 10721481.
HSL color Cylindrical-coordinate representation of color #C998A3: hue angle of 346.53º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C998A3 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 163 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.21 |
| HSL | 346.53º | 0.31% | 0.69% | - |
| HSV(B) | 346.53º | 0.24% | 0.79% | - |
| XYZ | 41.93 | 37.52 | 39.68 | - |
| YUV | 167.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 163 | 0 | 0.24 | 0.19 | 0.21 | 346.53 | 0.31 | 0.69 |
| Hex | C9 | 98 | A3 | 0 | 18 | 13 | 15 | 15B | 1F | 45 |
| Octal | 311 | 230 | 243 | 0 | 30 | 23 | 25 | 533 | 37 | 105 |
| Binary | 11001001 | 10011000 | 10100011 | 0 | 11000 | 10011 | 10101 | 101011011 | 11111 | 1000101 |
Color Harmonies of #C998A3
Complementary color
Monochromatic Colors of #C998A3
Black with #C998A3
Text Example
Text Example
White with #C998A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998A3; }
p { color: rgb(201,152,163); }
H1.HeaderClassName
{
color: #C998A3;
}
.AnyTagClassName
{
color: #C998A3;
}
</style>
background-color css
<style>
a { background-color: #C998A3; }
a { background-color: rgb(201,152,163); }
div.DivClassName
{
background-color: #C998A3;
}
.BgClassName
{
background-color: #C998A3;
}
</style>
border-color css
<style>
span { border-color: #C998A3; }
span { border-color: rgb(201,152,163); }
td.TdClassName
{
border-color: #C998A3;
}
.TagClassName
{
border-color: #C998A3;
}
</style>