Shades of Careys Pink #C89193
Tints of Careys Pink #C89193
RGB
CMYK
RGB Variations
Color information
#C89193 (or 0xC89193) is known color: Careys Pink. HEX triplet: C8, 91 and 93. RGB value is (200,145,147). Sum of RGB (Red+Green+Blue) = 200+145+147=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C89193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89193 is #376E6C. Grayscale: #A1A1A1. Windows color (decimal): -3632749 or 9671112. OLE color: 9671112.
HSL color Cylindrical-coordinate representation of color #C89193: hue angle of 357.82º 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 #C89193 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 147 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.22 |
| HSL | 357.82º | 0.33% | 0.68% | - |
| HSV(B) | 357.82º | 0.28% | 0.78% | - |
| XYZ | 39.21 | 34.64 | 32.22 | - |
| YUV | 161.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 147 | 0 | 0.28 | 0.26 | 0.22 | 357.82 | 0.33 | 0.68 |
| Hex | C8 | 91 | 93 | 0 | 1C | 1A | 16 | 166 | 21 | 44 |
| Octal | 310 | 221 | 223 | 0 | 34 | 32 | 26 | 546 | 41 | 104 |
| Binary | 11001000 | 10010001 | 10010011 | 0 | 11100 | 11010 | 10110 | 101100110 | 100001 | 1000100 |
Color Harmonies of #C89193
Complementary color
Monochromatic Colors of #C89193
Black with #C89193
Text Example
Text Example
White with #C89193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89193; }
p { color: rgb(200,145,147); }
H1.HeaderClassName
{
color: #C89193;
}
.AnyTagClassName
{
color: #C89193;
}
</style>
background-color css
<style>
a { background-color: #C89193; }
a { background-color: rgb(200,145,147); }
div.DivClassName
{
background-color: #C89193;
}
.BgClassName
{
background-color: #C89193;
}
</style>
border-color css
<style>
span { border-color: #C89193; }
span { border-color: rgb(200,145,147); }
td.TdClassName
{
border-color: #C89193;
}
.TagClassName
{
border-color: #C89193;
}
</style>