Shades of Careys Pink #C88E90
Tints of Careys Pink #C88E90
RGB
CMYK
RGB Variations
Color information
#C88E90 (or 0xC88E90) is known color: Careys Pink. HEX triplet: C8, 8E and 90. RGB value is (200,142,144). Sum of RGB (Red+Green+Blue) = 200+142+144=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88E90 is #37716F. Grayscale: #9F9F9F. Windows color (decimal): -3633520 or 9473736. OLE color: 9473736.
HSL color Cylindrical-coordinate representation of color #C88E90: hue angle of 357.93º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88E90 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 144 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.22 |
| HSL | 357.93º | 0.35% | 0.67% | - |
| HSV(B) | 357.93º | 0.29% | 0.78% | - |
| XYZ | 38.53 | 33.64 | 30.85 | - |
| YUV | 159.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 144 | 0 | 0.29 | 0.28 | 0.22 | 357.93 | 0.35 | 0.67 |
| Hex | C8 | 8E | 90 | 0 | 1D | 1C | 16 | 166 | 23 | 43 |
| Octal | 310 | 216 | 220 | 0 | 35 | 34 | 26 | 546 | 43 | 103 |
| Binary | 11001000 | 10001110 | 10010000 | 0 | 11101 | 11100 | 10110 | 101100110 | 100011 | 1000011 |
Color Harmonies of #C88E90
Complementary color
Monochromatic Colors of #C88E90
Black with #C88E90
Text Example
Text Example
White with #C88E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E90; }
p { color: rgb(200,142,144); }
H1.HeaderClassName
{
color: #C88E90;
}
.AnyTagClassName
{
color: #C88E90;
}
</style>
background-color css
<style>
a { background-color: #C88E90; }
a { background-color: rgb(200,142,144); }
div.DivClassName
{
background-color: #C88E90;
}
.BgClassName
{
background-color: #C88E90;
}
</style>
border-color css
<style>
span { border-color: #C88E90; }
span { border-color: rgb(200,142,144); }
td.TdClassName
{
border-color: #C88E90;
}
.TagClassName
{
border-color: #C88E90;
}
</style>