Shades of Careys Pink #C89093
Tints of Careys Pink #C89093
RGB
CMYK
RGB Variations
Color information
#C89093 (or 0xC89093) is known color: Careys Pink. HEX triplet: C8, 90 and 93. RGB value is (200,144,147). Sum of RGB (Red+Green+Blue) = 200+144+147=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C89093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89093 is #376F6C. Grayscale: #A1A1A1. Windows color (decimal): -3633005 or 9670856. OLE color: 9670856.
HSL color Cylindrical-coordinate representation of color #C89093: hue angle of 356.79º 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 #C89093 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 147 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.22 |
| HSL | 356.79º | 0.34% | 0.67% | - |
| HSV(B) | 356.79º | 0.28% | 0.78% | - |
| XYZ | 39.06 | 34.33 | 32.17 | - |
| YUV | 161.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 147 | 0 | 0.28 | 0.26 | 0.22 | 356.79 | 0.34 | 0.67 |
| Hex | C8 | 90 | 93 | 0 | 1C | 1A | 16 | 165 | 22 | 43 |
| Octal | 310 | 220 | 223 | 0 | 34 | 32 | 26 | 545 | 42 | 103 |
| Binary | 11001000 | 10010000 | 10010011 | 0 | 11100 | 11010 | 10110 | 101100101 | 100010 | 1000011 |
Color Harmonies of #C89093
Complementary color
Monochromatic Colors of #C89093
Black with #C89093
Text Example
Text Example
White with #C89093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89093; }
p { color: rgb(200,144,147); }
H1.HeaderClassName
{
color: #C89093;
}
.AnyTagClassName
{
color: #C89093;
}
</style>
background-color css
<style>
a { background-color: #C89093; }
a { background-color: rgb(200,144,147); }
div.DivClassName
{
background-color: #C89093;
}
.BgClassName
{
background-color: #C89093;
}
</style>
border-color css
<style>
span { border-color: #C89093; }
span { border-color: rgb(200,144,147); }
td.TdClassName
{
border-color: #C89093;
}
.TagClassName
{
border-color: #C89093;
}
</style>