Shades of Careys Pink #C89A9D
Tints of Careys Pink #C89A9D
RGB
CMYK
RGB Variations
Color information
#C89A9D (or 0xC89A9D) is known color: Careys Pink. HEX triplet: C8, 9A and 9D. RGB value is (200,154,157). Sum of RGB (Red+Green+Blue) = 200+154+157=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89A9D is #376562. Grayscale: #A8A8A8. Windows color (decimal): -3630435 or 10328776. OLE color: 10328776.
HSL color Cylindrical-coordinate representation of color #C89A9D: hue angle of 356.09º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89A9D is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 157 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.22 |
| HSL | 356.09º | 0.29% | 0.69% | - |
| HSV(B) | 356.09º | 0.23% | 0.78% | - |
| XYZ | 41.46 | 37.82 | 37.01 | - |
| YUV | 168.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 157 | 0 | 0.23 | 0.22 | 0.22 | 356.09 | 0.29 | 0.69 |
| Hex | C8 | 9A | 9D | 0 | 17 | 16 | 16 | 164 | 1D | 45 |
| Octal | 310 | 232 | 235 | 0 | 27 | 26 | 26 | 544 | 35 | 105 |
| Binary | 11001000 | 10011010 | 10011101 | 0 | 10111 | 10110 | 10110 | 101100100 | 11101 | 1000101 |
Color Harmonies of #C89A9D
Complementary color
Monochromatic Colors of #C89A9D
Black with #C89A9D
Text Example
Text Example
White with #C89A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A9D; }
p { color: rgb(200,154,157); }
H1.HeaderClassName
{
color: #C89A9D;
}
.AnyTagClassName
{
color: #C89A9D;
}
</style>
background-color css
<style>
a { background-color: #C89A9D; }
a { background-color: rgb(200,154,157); }
div.DivClassName
{
background-color: #C89A9D;
}
.BgClassName
{
background-color: #C89A9D;
}
</style>
border-color css
<style>
span { border-color: #C89A9D; }
span { border-color: rgb(200,154,157); }
td.TdClassName
{
border-color: #C89A9D;
}
.TagClassName
{
border-color: #C89A9D;
}
</style>