Shades of Careys Pink #C89396
Tints of Careys Pink #C89396
RGB
CMYK
RGB Variations
Color information
#C89396 (or 0xC89396) is known color: Careys Pink. HEX triplet: C8, 93 and 96. RGB value is (200,147,150). Sum of RGB (Red+Green+Blue) = 200+147+150=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89396 is #376C69. Grayscale: #A3A3A3. Windows color (decimal): -3632234 or 9868232. OLE color: 9868232.
HSL color Cylindrical-coordinate representation of color #C89396: hue angle of 356.6º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C89396 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 150 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.22 |
| HSL | 356.6º | 0.33% | 0.68% | - |
| HSV(B) | 356.6º | 0.27% | 0.78% | - |
| XYZ | 39.76 | 35.35 | 33.58 | - |
| YUV | 163.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 150 | 0 | 0.26 | 0.25 | 0.22 | 356.6 | 0.33 | 0.68 |
| Hex | C8 | 93 | 96 | 0 | 1A | 19 | 16 | 165 | 21 | 44 |
| Octal | 310 | 223 | 226 | 0 | 32 | 31 | 26 | 545 | 41 | 104 |
| Binary | 11001000 | 10010011 | 10010110 | 0 | 11010 | 11001 | 10110 | 101100101 | 100001 | 1000100 |
Color Harmonies of #C89396
Complementary color
Monochromatic Colors of #C89396
Black with #C89396
Text Example
Text Example
White with #C89396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89396; }
p { color: rgb(200,147,150); }
H1.HeaderClassName
{
color: #C89396;
}
.AnyTagClassName
{
color: #C89396;
}
</style>
background-color css
<style>
a { background-color: #C89396; }
a { background-color: rgb(200,147,150); }
div.DivClassName
{
background-color: #C89396;
}
.BgClassName
{
background-color: #C89396;
}
</style>
border-color css
<style>
span { border-color: #C89396; }
span { border-color: rgb(200,147,150); }
td.TdClassName
{
border-color: #C89396;
}
.TagClassName
{
border-color: #C89396;
}
</style>