Shades of Careys Pink #C89599
Tints of Careys Pink #C89599
RGB
CMYK
RGB Variations
Color information
#C89599 (or 0xC89599) is known color: Careys Pink. HEX triplet: C8, 95 and 99. RGB value is (200,149,153). Sum of RGB (Red+Green+Blue) = 200+149+153=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C89599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89599 is #376A66. Grayscale: #A4A4A4. Windows color (decimal): -3631719 or 10065352. OLE color: 10065352.
HSL color Cylindrical-coordinate representation of color #C89599: hue angle of 355.29º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C89599 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 153 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.22 |
| HSL | 355.29º | 0.32% | 0.68% | - |
| HSV(B) | 355.29º | 0.26% | 0.78% | - |
| XYZ | 40.32 | 36.07 | 34.98 | - |
| YUV | 164.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 153 | 0 | 0.26 | 0.24 | 0.22 | 355.29 | 0.32 | 0.68 |
| Hex | C8 | 95 | 99 | 0 | 1A | 18 | 16 | 163 | 20 | 44 |
| Octal | 310 | 225 | 231 | 0 | 32 | 30 | 26 | 543 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10011001 | 0 | 11010 | 11000 | 10110 | 101100011 | 100000 | 1000100 |
Color Harmonies of #C89599
Complementary color
Monochromatic Colors of #C89599
Black with #C89599
Text Example
Text Example
White with #C89599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89599; }
p { color: rgb(200,149,153); }
H1.HeaderClassName
{
color: #C89599;
}
.AnyTagClassName
{
color: #C89599;
}
</style>
background-color css
<style>
a { background-color: #C89599; }
a { background-color: rgb(200,149,153); }
div.DivClassName
{
background-color: #C89599;
}
.BgClassName
{
background-color: #C89599;
}
</style>
border-color css
<style>
span { border-color: #C89599; }
span { border-color: rgb(200,149,153); }
td.TdClassName
{
border-color: #C89599;
}
.TagClassName
{
border-color: #C89599;
}
</style>