Shades of Careys Pink #C398A1
Tints of Careys Pink #C398A1
RGB
CMYK
RGB Variations
Color information
#C398A1 (or 0xC398A1) is known color: Careys Pink. HEX triplet: C3, 98 and A1. RGB value is (195,152,161). Sum of RGB (Red+Green+Blue) = 195+152+161=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C398A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398A1 is #3C675E. Grayscale: #A5A5A5. Windows color (decimal): -3958623 or 10590403. OLE color: 10590403.
HSL color Cylindrical-coordinate representation of color #C398A1: hue angle of 347.44º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C398A1 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 161 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.24 |
| HSL | 347.44º | 0.26% | 0.68% | - |
| HSV(B) | 347.44º | 0.22% | 0.76% | - |
| XYZ | 40.17 | 36.63 | 38.67 | - |
| YUV | 165.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 161 | 0 | 0.22 | 0.17 | 0.24 | 347.44 | 0.26 | 0.68 |
| Hex | C3 | 98 | A1 | 0 | 16 | 11 | 18 | 15B | 1A | 44 |
| Octal | 303 | 230 | 241 | 0 | 26 | 21 | 30 | 533 | 32 | 104 |
| Binary | 11000011 | 10011000 | 10100001 | 0 | 10110 | 10001 | 11000 | 101011011 | 11010 | 1000100 |
Color Harmonies of #C398A1
Complementary color
Monochromatic Colors of #C398A1
Black with #C398A1
Text Example
Text Example
White with #C398A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C398A1; }
p { color: rgb(195,152,161); }
H1.HeaderClassName
{
color: #C398A1;
}
.AnyTagClassName
{
color: #C398A1;
}
</style>
background-color css
<style>
a { background-color: #C398A1; }
a { background-color: rgb(195,152,161); }
div.DivClassName
{
background-color: #C398A1;
}
.BgClassName
{
background-color: #C398A1;
}
</style>
border-color css
<style>
span { border-color: #C398A1; }
span { border-color: rgb(195,152,161); }
td.TdClassName
{
border-color: #C398A1;
}
.TagClassName
{
border-color: #C398A1;
}
</style>