Shades of Careys Pink #C58F90
Tints of Careys Pink #C58F90
RGB
CMYK
RGB Variations
Color information
#C58F90 (or 0xC58F90) is known color: Careys Pink. HEX triplet: C5, 8F and 90. RGB value is (197,143,144). Sum of RGB (Red+Green+Blue) = 197+143+144=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F90 is #3A706F. Grayscale: #9F9F9F. Windows color (decimal): -3829872 or 9473989. OLE color: 9473989.
HSL color Cylindrical-coordinate representation of color #C58F90: hue angle of 358.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58F90 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 144 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.23 |
| HSL | 358.89º | 0.32% | 0.67% | - |
| HSV(B) | 358.89º | 0.27% | 0.77% | - |
| XYZ | 37.88 | 33.53 | 30.86 | - |
| YUV | 159.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 144 | 0 | 0.27 | 0.27 | 0.23 | 358.89 | 0.32 | 0.67 |
| Hex | C5 | 8F | 90 | 0 | 1B | 1B | 17 | 167 | 20 | 43 |
| Octal | 305 | 217 | 220 | 0 | 33 | 33 | 27 | 547 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10010000 | 0 | 11011 | 11011 | 10111 | 101100111 | 100000 | 1000011 |
Color Harmonies of #C58F90
Complementary color
Monochromatic Colors of #C58F90
Black with #C58F90
Text Example
Text Example
White with #C58F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F90; }
p { color: rgb(197,143,144); }
H1.HeaderClassName
{
color: #C58F90;
}
.AnyTagClassName
{
color: #C58F90;
}
</style>
background-color css
<style>
a { background-color: #C58F90; }
a { background-color: rgb(197,143,144); }
div.DivClassName
{
background-color: #C58F90;
}
.BgClassName
{
background-color: #C58F90;
}
</style>
border-color css
<style>
span { border-color: #C58F90; }
span { border-color: rgb(197,143,144); }
td.TdClassName
{
border-color: #C58F90;
}
.TagClassName
{
border-color: #C58F90;
}
</style>