Shades of Careys Pink #C5989C
Tints of Careys Pink #C5989C
RGB
CMYK
RGB Variations
Color information
#C5989C (or 0xC5989C) is known color: Careys Pink. HEX triplet: C5, 98 and 9C. RGB value is (197,152,156). Sum of RGB (Red+Green+Blue) = 197+152+156=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5989C is #3A6763. Grayscale: #A5A5A5. Windows color (decimal): -3827556 or 10262725. OLE color: 10262725.
HSL color Cylindrical-coordinate representation of color #C5989C: hue angle of 354.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5989C is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 156 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.23 |
| HSL | 354.67º | 0.28% | 0.68% | - |
| HSV(B) | 354.67º | 0.23% | 0.77% | - |
| XYZ | 40.25 | 36.73 | 36.42 | - |
| YUV | 165.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 156 | 0 | 0.23 | 0.21 | 0.23 | 354.67 | 0.28 | 0.68 |
| Hex | C5 | 98 | 9C | 0 | 17 | 15 | 17 | 163 | 1C | 44 |
| Octal | 305 | 230 | 234 | 0 | 27 | 25 | 27 | 543 | 34 | 104 |
| Binary | 11000101 | 10011000 | 10011100 | 0 | 10111 | 10101 | 10111 | 101100011 | 11100 | 1000100 |
Color Harmonies of #C5989C
Complementary color
Monochromatic Colors of #C5989C
Black with #C5989C
Text Example
Text Example
White with #C5989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5989C; }
p { color: rgb(197,152,156); }
H1.HeaderClassName
{
color: #C5989C;
}
.AnyTagClassName
{
color: #C5989C;
}
</style>
background-color css
<style>
a { background-color: #C5989C; }
a { background-color: rgb(197,152,156); }
div.DivClassName
{
background-color: #C5989C;
}
.BgClassName
{
background-color: #C5989C;
}
</style>
border-color css
<style>
span { border-color: #C5989C; }
span { border-color: rgb(197,152,156); }
td.TdClassName
{
border-color: #C5989C;
}
.TagClassName
{
border-color: #C5989C;
}
</style>