Shades of Careys Pink #C89C9F
Tints of Careys Pink #C89C9F
RGB
CMYK
RGB Variations
Color information
#C89C9F (or 0xC89C9F) is known color: Careys Pink. HEX triplet: C8, 9C and 9F. RGB value is (200,156,159). Sum of RGB (Red+Green+Blue) = 200+156+159=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C9F is #376360. Grayscale: #A9A9A9. Windows color (decimal): -3629921 or 10460360. OLE color: 10460360.
HSL color Cylindrical-coordinate representation of color #C89C9F: hue angle of 355.91º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C89C9F is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 159 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.22 |
| HSL | 355.91º | 0.29% | 0.7% | - |
| HSV(B) | 355.91º | 0.22% | 0.78% | - |
| XYZ | 41.97 | 38.56 | 38.03 | - |
| YUV | 169.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 159 | 0 | 0.22 | 0.20 | 0.22 | 355.91 | 0.29 | 0.7 |
| Hex | C8 | 9C | 9F | 0 | 16 | 14 | 16 | 164 | 1D | 46 |
| Octal | 310 | 234 | 237 | 0 | 26 | 24 | 26 | 544 | 35 | 106 |
| Binary | 11001000 | 10011100 | 10011111 | 0 | 10110 | 10100 | 10110 | 101100100 | 11101 | 1000110 |
Color Harmonies of #C89C9F
Complementary color
Monochromatic Colors of #C89C9F
Black with #C89C9F
Text Example
Text Example
White with #C89C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C9F; }
p { color: rgb(200,156,159); }
H1.HeaderClassName
{
color: #C89C9F;
}
.AnyTagClassName
{
color: #C89C9F;
}
</style>
background-color css
<style>
a { background-color: #C89C9F; }
a { background-color: rgb(200,156,159); }
div.DivClassName
{
background-color: #C89C9F;
}
.BgClassName
{
background-color: #C89C9F;
}
</style>
border-color css
<style>
span { border-color: #C89C9F; }
span { border-color: rgb(200,156,159); }
td.TdClassName
{
border-color: #C89C9F;
}
.TagClassName
{
border-color: #C89C9F;
}
</style>