Shades of Careys Pink #C498A1
Tints of Careys Pink #C498A1
RGB
CMYK
RGB Variations
Color information
#C498A1 (or 0xC498A1) is known color: Careys Pink. HEX triplet: C4, 98 and A1. RGB value is (196,152,161). Sum of RGB (Red+Green+Blue) = 196+152+161=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C498A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498A1 is #3B675E. Grayscale: #A6A6A6. Windows color (decimal): -3893087 or 10590404. OLE color: 10590404.
HSL color Cylindrical-coordinate representation of color #C498A1: hue angle of 347.73º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C498A1 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 161 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.23 |
| HSL | 347.73º | 0.27% | 0.68% | - |
| HSV(B) | 347.73º | 0.22% | 0.77% | - |
| XYZ | 40.43 | 36.77 | 38.68 | - |
| YUV | 166.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 161 | 0 | 0.22 | 0.18 | 0.23 | 347.73 | 0.27 | 0.68 |
| Hex | C4 | 98 | A1 | 0 | 16 | 12 | 17 | 15C | 1B | 44 |
| Octal | 304 | 230 | 241 | 0 | 26 | 22 | 27 | 534 | 33 | 104 |
| Binary | 11000100 | 10011000 | 10100001 | 0 | 10110 | 10010 | 10111 | 101011100 | 11011 | 1000100 |
Color Harmonies of #C498A1
Complementary color
Monochromatic Colors of #C498A1
Black with #C498A1
Text Example
Text Example
White with #C498A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498A1; }
p { color: rgb(196,152,161); }
H1.HeaderClassName
{
color: #C498A1;
}
.AnyTagClassName
{
color: #C498A1;
}
</style>
background-color css
<style>
a { background-color: #C498A1; }
a { background-color: rgb(196,152,161); }
div.DivClassName
{
background-color: #C498A1;
}
.BgClassName
{
background-color: #C498A1;
}
</style>
border-color css
<style>
span { border-color: #C498A1; }
span { border-color: rgb(196,152,161); }
td.TdClassName
{
border-color: #C498A1;
}
.TagClassName
{
border-color: #C498A1;
}
</style>