Shades of Careys Pink #C58E8F
Tints of Careys Pink #C58E8F
RGB
CMYK
RGB Variations
Color information
#C58E8F (or 0xC58E8F) is known color: Careys Pink. HEX triplet: C5, 8E and 8F. RGB value is (197,142,143). Sum of RGB (Red+Green+Blue) = 197+142+143=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58E8F is #3A7170. Grayscale: #9E9E9E. Windows color (decimal): -3830129 or 9408197. OLE color: 9408197.
HSL color Cylindrical-coordinate representation of color #C58E8F: hue angle of 358.91º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58E8F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 143 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.23 |
| HSL | 358.91º | 0.32% | 0.66% | - |
| HSV(B) | 358.91º | 0.28% | 0.77% | - |
| XYZ | 37.66 | 33.2 | 30.41 | - |
| YUV | 158.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 143 | 0 | 0.28 | 0.27 | 0.23 | 358.91 | 0.32 | 0.66 |
| Hex | C5 | 8E | 8F | 0 | 1C | 1B | 17 | 167 | 20 | 42 |
| Octal | 305 | 216 | 217 | 0 | 34 | 33 | 27 | 547 | 40 | 102 |
| Binary | 11000101 | 10001110 | 10001111 | 0 | 11100 | 11011 | 10111 | 101100111 | 100000 | 1000010 |
Color Harmonies of #C58E8F
Complementary color
Monochromatic Colors of #C58E8F
Black with #C58E8F
Text Example
Text Example
White with #C58E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E8F; }
p { color: rgb(197,142,143); }
H1.HeaderClassName
{
color: #C58E8F;
}
.AnyTagClassName
{
color: #C58E8F;
}
</style>
background-color css
<style>
a { background-color: #C58E8F; }
a { background-color: rgb(197,142,143); }
div.DivClassName
{
background-color: #C58E8F;
}
.BgClassName
{
background-color: #C58E8F;
}
</style>
border-color css
<style>
span { border-color: #C58E8F; }
span { border-color: rgb(197,142,143); }
td.TdClassName
{
border-color: #C58E8F;
}
.TagClassName
{
border-color: #C58E8F;
}
</style>