Shades of Careys Pink #C89495
Tints of Careys Pink #C89495
RGB
CMYK
RGB Variations
Color information
#C89495 (or 0xC89495) is known color: Careys Pink. HEX triplet: C8, 94 and 95. RGB value is (200,148,149). Sum of RGB (Red+Green+Blue) = 200+148+149=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89495 is #376B6A. Grayscale: #A3A3A3. Windows color (decimal): -3631979 or 9802952. OLE color: 9802952.
HSL color Cylindrical-coordinate representation of color #C89495: hue angle of 358.85º degrees, saturation: 0.32, 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 #C89495 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 149 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.22 |
| HSL | 358.85º | 0.32% | 0.68% | - |
| HSV(B) | 358.85º | 0.26% | 0.78% | - |
| XYZ | 39.83 | 35.63 | 33.21 | - |
| YUV | 163.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 149 | 0 | 0.26 | 0.26 | 0.22 | 358.85 | 0.32 | 0.68 |
| Hex | C8 | 94 | 95 | 0 | 1A | 1A | 16 | 167 | 20 | 44 |
| Octal | 310 | 224 | 225 | 0 | 32 | 32 | 26 | 547 | 40 | 104 |
| Binary | 11001000 | 10010100 | 10010101 | 0 | 11010 | 11010 | 10110 | 101100111 | 100000 | 1000100 |
Color Harmonies of #C89495
Complementary color
Monochromatic Colors of #C89495
Black with #C89495
Text Example
Text Example
White with #C89495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89495; }
p { color: rgb(200,148,149); }
H1.HeaderClassName
{
color: #C89495;
}
.AnyTagClassName
{
color: #C89495;
}
</style>
background-color css
<style>
a { background-color: #C89495; }
a { background-color: rgb(200,148,149); }
div.DivClassName
{
background-color: #C89495;
}
.BgClassName
{
background-color: #C89495;
}
</style>
border-color css
<style>
span { border-color: #C89495; }
span { border-color: rgb(200,148,149); }
td.TdClassName
{
border-color: #C89495;
}
.TagClassName
{
border-color: #C89495;
}
</style>