Shades of Careys Pink #C08D8E
Tints of Careys Pink #C08D8E
RGB
CMYK
RGB Variations
Color information
#C08D8E (or 0xC08D8E) is known color: Careys Pink. HEX triplet: C0, 8D and 8E. RGB value is (192,141,142). Sum of RGB (Red+Green+Blue) = 192+141+142=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08D8E is #3F7271. Grayscale: #9C9C9C. Windows color (decimal): -4158066 or 9342400. OLE color: 9342400.
HSL color Cylindrical-coordinate representation of color #C08D8E: hue angle of 358.82º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08D8E is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 142 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.25 |
| HSL | 358.82º | 0.29% | 0.65% | - |
| HSV(B) | 358.82º | 0.27% | 0.75% | - |
| XYZ | 36.15 | 32.21 | 29.9 | - |
| YUV | 156.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 142 | 0 | 0.27 | 0.26 | 0.25 | 358.82 | 0.29 | 0.65 |
| Hex | C0 | 8D | 8E | 0 | 1B | 1A | 19 | 167 | 1D | 41 |
| Octal | 300 | 215 | 216 | 0 | 33 | 32 | 31 | 547 | 35 | 101 |
| Binary | 11000000 | 10001101 | 10001110 | 0 | 11011 | 11010 | 11001 | 101100111 | 11101 | 1000001 |
Color Harmonies of #C08D8E
Complementary color
Monochromatic Colors of #C08D8E
Black with #C08D8E
Text Example
Text Example
White with #C08D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D8E; }
p { color: rgb(192,141,142); }
H1.HeaderClassName
{
color: #C08D8E;
}
.AnyTagClassName
{
color: #C08D8E;
}
</style>
background-color css
<style>
a { background-color: #C08D8E; }
a { background-color: rgb(192,141,142); }
div.DivClassName
{
background-color: #C08D8E;
}
.BgClassName
{
background-color: #C08D8E;
}
</style>
border-color css
<style>
span { border-color: #C08D8E; }
span { border-color: rgb(192,141,142); }
td.TdClassName
{
border-color: #C08D8E;
}
.TagClassName
{
border-color: #C08D8E;
}
</style>