Shades of Careys Pink #C4969F
Tints of Careys Pink #C4969F
RGB
CMYK
RGB Variations
Color information
#C4969F (or 0xC4969F) is known color: Careys Pink. HEX triplet: C4, 96 and 9F. RGB value is (196,150,159). Sum of RGB (Red+Green+Blue) = 196+150+159=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4969F is #3B6960. Grayscale: #A4A4A4. Windows color (decimal): -3893601 or 10458820. OLE color: 10458820.
HSL color Cylindrical-coordinate representation of color #C4969F: hue angle of 348.26º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4969F is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 159 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.23 |
| HSL | 348.26º | 0.28% | 0.68% | - |
| HSV(B) | 348.26º | 0.23% | 0.77% | - |
| XYZ | 39.93 | 36.05 | 37.66 | - |
| YUV | 164.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 159 | 0 | 0.23 | 0.19 | 0.23 | 348.26 | 0.28 | 0.68 |
| Hex | C4 | 96 | 9F | 0 | 17 | 13 | 17 | 15C | 1C | 44 |
| Octal | 304 | 226 | 237 | 0 | 27 | 23 | 27 | 534 | 34 | 104 |
| Binary | 11000100 | 10010110 | 10011111 | 0 | 10111 | 10011 | 10111 | 101011100 | 11100 | 1000100 |
Color Harmonies of #C4969F
Complementary color
Monochromatic Colors of #C4969F
Black with #C4969F
Text Example
Text Example
White with #C4969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4969F; }
p { color: rgb(196,150,159); }
H1.HeaderClassName
{
color: #C4969F;
}
.AnyTagClassName
{
color: #C4969F;
}
</style>
background-color css
<style>
a { background-color: #C4969F; }
a { background-color: rgb(196,150,159); }
div.DivClassName
{
background-color: #C4969F;
}
.BgClassName
{
background-color: #C4969F;
}
</style>
border-color css
<style>
span { border-color: #C4969F; }
span { border-color: rgb(196,150,159); }
td.TdClassName
{
border-color: #C4969F;
}
.TagClassName
{
border-color: #C4969F;
}
</style>