Shades of Careys Pink #C89299
Tints of Careys Pink #C89299
RGB
CMYK
RGB Variations
Color information
#C89299 (or 0xC89299) is known color: Careys Pink. HEX triplet: C8, 92 and 99. RGB value is (200,146,153). Sum of RGB (Red+Green+Blue) = 200+146+153=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C89299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89299 is #376D66. Grayscale: #A2A2A2. Windows color (decimal): -3632487 or 10064584. OLE color: 10064584.
HSL color Cylindrical-coordinate representation of color #C89299: hue angle of 352.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89299 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 153 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.22 |
| HSL | 352.22º | 0.33% | 0.68% | - |
| HSV(B) | 352.22º | 0.27% | 0.78% | - |
| XYZ | 39.85 | 35.14 | 34.82 | - |
| YUV | 162.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 153 | 0 | 0.27 | 0.24 | 0.22 | 352.22 | 0.33 | 0.68 |
| Hex | C8 | 92 | 99 | 0 | 1B | 18 | 16 | 160 | 21 | 44 |
| Octal | 310 | 222 | 231 | 0 | 33 | 30 | 26 | 540 | 41 | 104 |
| Binary | 11001000 | 10010010 | 10011001 | 0 | 11011 | 11000 | 10110 | 101100000 | 100001 | 1000100 |
Color Harmonies of #C89299
Complementary color
Monochromatic Colors of #C89299
Black with #C89299
Text Example
Text Example
White with #C89299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89299; }
p { color: rgb(200,146,153); }
H1.HeaderClassName
{
color: #C89299;
}
.AnyTagClassName
{
color: #C89299;
}
</style>
background-color css
<style>
a { background-color: #C89299; }
a { background-color: rgb(200,146,153); }
div.DivClassName
{
background-color: #C89299;
}
.BgClassName
{
background-color: #C89299;
}
</style>
border-color css
<style>
span { border-color: #C89299; }
span { border-color: rgb(200,146,153); }
td.TdClassName
{
border-color: #C89299;
}
.TagClassName
{
border-color: #C89299;
}
</style>