Shades of Careys Pink #C8969F
Tints of Careys Pink #C8969F
RGB
CMYK
RGB Variations
Color information
#C8969F (or 0xC8969F) is known color: Careys Pink. HEX triplet: C8, 96 and 9F. RGB value is (200,150,159). Sum of RGB (Red+Green+Blue) = 200+150+159=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8969F is #376960. Grayscale: #A5A5A5. Windows color (decimal): -3631457 or 10458824. OLE color: 10458824.
HSL color Cylindrical-coordinate representation of color #C8969F: hue angle of 349.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8969F is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 159 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.22 |
| HSL | 349.2º | 0.31% | 0.69% | - |
| HSV(B) | 349.2º | 0.25% | 0.78% | - |
| XYZ | 40.98 | 36.6 | 37.7 | - |
| YUV | 165.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 159 | 0 | 0.25 | 0.20 | 0.22 | 349.2 | 0.31 | 0.69 |
| Hex | C8 | 96 | 9F | 0 | 19 | 14 | 16 | 15D | 1F | 45 |
| Octal | 310 | 226 | 237 | 0 | 31 | 24 | 26 | 535 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10011111 | 0 | 11001 | 10100 | 10110 | 101011101 | 11111 | 1000101 |
Color Harmonies of #C8969F
Complementary color
Monochromatic Colors of #C8969F
Black with #C8969F
Text Example
Text Example
White with #C8969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8969F; }
p { color: rgb(200,150,159); }
H1.HeaderClassName
{
color: #C8969F;
}
.AnyTagClassName
{
color: #C8969F;
}
</style>
background-color css
<style>
a { background-color: #C8969F; }
a { background-color: rgb(200,150,159); }
div.DivClassName
{
background-color: #C8969F;
}
.BgClassName
{
background-color: #C8969F;
}
</style>
border-color css
<style>
span { border-color: #C8969F; }
span { border-color: rgb(200,150,159); }
td.TdClassName
{
border-color: #C8969F;
}
.TagClassName
{
border-color: #C8969F;
}
</style>