Shades of Careys Pink #C48E90
Tints of Careys Pink #C48E90
RGB
CMYK
RGB Variations
Color information
#C48E90 (or 0xC48E90) is known color: Careys Pink. HEX triplet: C4, 8E and 90. RGB value is (196,142,144). Sum of RGB (Red+Green+Blue) = 196+142+144=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E90 is #3B716F. Grayscale: #9E9E9E. Windows color (decimal): -3895664 or 9473732. OLE color: 9473732.
HSL color Cylindrical-coordinate representation of color #C48E90: hue angle of 357.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48E90 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 144 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.23 |
| HSL | 357.78º | 0.31% | 0.66% | - |
| HSV(B) | 357.78º | 0.28% | 0.77% | - |
| XYZ | 37.47 | 33.1 | 30.8 | - |
| YUV | 158.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 144 | 0 | 0.28 | 0.27 | 0.23 | 357.78 | 0.31 | 0.66 |
| Hex | C4 | 8E | 90 | 0 | 1C | 1B | 17 | 166 | 1F | 42 |
| Octal | 304 | 216 | 220 | 0 | 34 | 33 | 27 | 546 | 37 | 102 |
| Binary | 11000100 | 10001110 | 10010000 | 0 | 11100 | 11011 | 10111 | 101100110 | 11111 | 1000010 |
Color Harmonies of #C48E90
Complementary color
Monochromatic Colors of #C48E90
Black with #C48E90
Text Example
Text Example
White with #C48E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E90; }
p { color: rgb(196,142,144); }
H1.HeaderClassName
{
color: #C48E90;
}
.AnyTagClassName
{
color: #C48E90;
}
</style>
background-color css
<style>
a { background-color: #C48E90; }
a { background-color: rgb(196,142,144); }
div.DivClassName
{
background-color: #C48E90;
}
.BgClassName
{
background-color: #C48E90;
}
</style>
border-color css
<style>
span { border-color: #C48E90; }
span { border-color: rgb(196,142,144); }
td.TdClassName
{
border-color: #C48E90;
}
.TagClassName
{
border-color: #C48E90;
}
</style>