Shades of Careys Pink #C89497
Tints of Careys Pink #C89497
RGB
CMYK
RGB Variations
Color information
#C89497 (or 0xC89497) is known color: Careys Pink. HEX triplet: C8, 94 and 97. RGB value is (200,148,151). Sum of RGB (Red+Green+Blue) = 200+148+151=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C89497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89497 is #376B68. Grayscale: #A3A3A3. Windows color (decimal): -3631977 or 9934024. OLE color: 9934024.
HSL color Cylindrical-coordinate representation of color #C89497: hue angle of 356.54º 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 #C89497 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 151 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.22 |
| HSL | 356.54º | 0.32% | 0.68% | - |
| HSV(B) | 356.54º | 0.26% | 0.78% | - |
| XYZ | 40 | 35.69 | 34.06 | - |
| YUV | 163.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 151 | 0 | 0.26 | 0.24 | 0.22 | 356.54 | 0.32 | 0.68 |
| Hex | C8 | 94 | 97 | 0 | 1A | 18 | 16 | 165 | 20 | 44 |
| Octal | 310 | 224 | 227 | 0 | 32 | 30 | 26 | 545 | 40 | 104 |
| Binary | 11001000 | 10010100 | 10010111 | 0 | 11010 | 11000 | 10110 | 101100101 | 100000 | 1000100 |
Color Harmonies of #C89497
Complementary color
Monochromatic Colors of #C89497
Black with #C89497
Text Example
Text Example
White with #C89497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89497; }
p { color: rgb(200,148,151); }
H1.HeaderClassName
{
color: #C89497;
}
.AnyTagClassName
{
color: #C89497;
}
</style>
background-color css
<style>
a { background-color: #C89497; }
a { background-color: rgb(200,148,151); }
div.DivClassName
{
background-color: #C89497;
}
.BgClassName
{
background-color: #C89497;
}
</style>
border-color css
<style>
span { border-color: #C89497; }
span { border-color: rgb(200,148,151); }
td.TdClassName
{
border-color: #C89497;
}
.TagClassName
{
border-color: #C89497;
}
</style>