Shades of Careys Pink #C5969F
Tints of Careys Pink #C5969F
RGB
CMYK
RGB Variations
Color information
#C5969F (or 0xC5969F) is known color: Careys Pink. HEX triplet: C5, 96 and 9F. RGB value is (197,150,159). Sum of RGB (Red+Green+Blue) = 197+150+159=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5969F is #3A6960. Grayscale: #A5A5A5. Windows color (decimal): -3828065 or 10458821. OLE color: 10458821.
HSL color Cylindrical-coordinate representation of color #C5969F: hue angle of 348.51º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5969F is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 159 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.23 |
| HSL | 348.51º | 0.29% | 0.68% | - |
| HSV(B) | 348.51º | 0.24% | 0.77% | - |
| XYZ | 40.19 | 36.19 | 37.67 | - |
| YUV | 165.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 159 | 0 | 0.24 | 0.19 | 0.23 | 348.51 | 0.29 | 0.68 |
| Hex | C5 | 96 | 9F | 0 | 18 | 13 | 17 | 15D | 1D | 44 |
| Octal | 305 | 226 | 237 | 0 | 30 | 23 | 27 | 535 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10011111 | 0 | 11000 | 10011 | 10111 | 101011101 | 11101 | 1000100 |
Color Harmonies of #C5969F
Complementary color
Monochromatic Colors of #C5969F
Black with #C5969F
Text Example
Text Example
White with #C5969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5969F; }
p { color: rgb(197,150,159); }
H1.HeaderClassName
{
color: #C5969F;
}
.AnyTagClassName
{
color: #C5969F;
}
</style>
background-color css
<style>
a { background-color: #C5969F; }
a { background-color: rgb(197,150,159); }
div.DivClassName
{
background-color: #C5969F;
}
.BgClassName
{
background-color: #C5969F;
}
</style>
border-color css
<style>
span { border-color: #C5969F; }
span { border-color: rgb(197,150,159); }
td.TdClassName
{
border-color: #C5969F;
}
.TagClassName
{
border-color: #C5969F;
}
</style>