Shades of Careys Pink #C8929A
Tints of Careys Pink #C8929A
RGB
CMYK
RGB Variations
Color information
#C8929A (or 0xC8929A) is known color: Careys Pink. HEX triplet: C8, 92 and 9A. RGB value is (200,146,154). Sum of RGB (Red+Green+Blue) = 200+146+154=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8929A is #376D65. Grayscale: #A3A3A3. Windows color (decimal): -3632486 or 10130120. OLE color: 10130120.
HSL color Cylindrical-coordinate representation of color #C8929A: hue angle of 351.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8929A is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 154 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.22 |
| HSL | 351.11º | 0.33% | 0.68% | - |
| HSV(B) | 351.11º | 0.27% | 0.78% | - |
| XYZ | 39.93 | 35.17 | 35.26 | - |
| YUV | 163.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 154 | 0 | 0.27 | 0.23 | 0.22 | 351.11 | 0.33 | 0.68 |
| Hex | C8 | 92 | 9A | 0 | 1B | 17 | 16 | 15F | 21 | 44 |
| Octal | 310 | 222 | 232 | 0 | 33 | 27 | 26 | 537 | 41 | 104 |
| Binary | 11001000 | 10010010 | 10011010 | 0 | 11011 | 10111 | 10110 | 101011111 | 100001 | 1000100 |
Color Harmonies of #C8929A
Complementary color
Monochromatic Colors of #C8929A
Black with #C8929A
Text Example
Text Example
White with #C8929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8929A; }
p { color: rgb(200,146,154); }
H1.HeaderClassName
{
color: #C8929A;
}
.AnyTagClassName
{
color: #C8929A;
}
</style>
background-color css
<style>
a { background-color: #C8929A; }
a { background-color: rgb(200,146,154); }
div.DivClassName
{
background-color: #C8929A;
}
.BgClassName
{
background-color: #C8929A;
}
</style>
border-color css
<style>
span { border-color: #C8929A; }
span { border-color: rgb(200,146,154); }
td.TdClassName
{
border-color: #C8929A;
}
.TagClassName
{
border-color: #C8929A;
}
</style>