Shades of Careys Pink #C89092
Tints of Careys Pink #C89092
RGB
CMYK
RGB Variations
Color information
#C89092 (or 0xC89092) is known color: Careys Pink. HEX triplet: C8, 90 and 92. RGB value is (200,144,146). Sum of RGB (Red+Green+Blue) = 200+144+146=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C89092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89092 is #376F6D. Grayscale: #A1A1A1. Windows color (decimal): -3633006 or 9605320. OLE color: 9605320.
HSL color Cylindrical-coordinate representation of color #C89092: hue angle of 357.86º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89092 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 146 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.22 |
| HSL | 357.86º | 0.34% | 0.67% | - |
| HSV(B) | 357.86º | 0.28% | 0.78% | - |
| XYZ | 38.98 | 34.3 | 31.76 | - |
| YUV | 160.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 146 | 0 | 0.28 | 0.27 | 0.22 | 357.86 | 0.34 | 0.67 |
| Hex | C8 | 90 | 92 | 0 | 1C | 1B | 16 | 166 | 22 | 43 |
| Octal | 310 | 220 | 222 | 0 | 34 | 33 | 26 | 546 | 42 | 103 |
| Binary | 11001000 | 10010000 | 10010010 | 0 | 11100 | 11011 | 10110 | 101100110 | 100010 | 1000011 |
Color Harmonies of #C89092
Complementary color
Monochromatic Colors of #C89092
Black with #C89092
Text Example
Text Example
White with #C89092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89092; }
p { color: rgb(200,144,146); }
H1.HeaderClassName
{
color: #C89092;
}
.AnyTagClassName
{
color: #C89092;
}
</style>
background-color css
<style>
a { background-color: #C89092; }
a { background-color: rgb(200,144,146); }
div.DivClassName
{
background-color: #C89092;
}
.BgClassName
{
background-color: #C89092;
}
</style>
border-color css
<style>
span { border-color: #C89092; }
span { border-color: rgb(200,144,146); }
td.TdClassName
{
border-color: #C89092;
}
.TagClassName
{
border-color: #C89092;
}
</style>