Shades of Careys Pink #C698A1
Tints of Careys Pink #C698A1
RGB
CMYK
RGB Variations
Color information
#C698A1 (or 0xC698A1) is known color: Careys Pink. HEX triplet: C6, 98 and A1. RGB value is (198,152,161). Sum of RGB (Red+Green+Blue) = 198+152+161=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C698A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698A1 is #39675E. Grayscale: #A6A6A6. Windows color (decimal): -3762015 or 10590406. OLE color: 10590406.
HSL color Cylindrical-coordinate representation of color #C698A1: hue angle of 348.26º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C698A1 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 161 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.22 |
| HSL | 348.26º | 0.29% | 0.69% | - |
| HSV(B) | 348.26º | 0.23% | 0.78% | - |
| XYZ | 40.95 | 37.04 | 38.71 | - |
| YUV | 166.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 161 | 0 | 0.23 | 0.19 | 0.22 | 348.26 | 0.29 | 0.69 |
| Hex | C6 | 98 | A1 | 0 | 17 | 13 | 16 | 15C | 1D | 45 |
| Octal | 306 | 230 | 241 | 0 | 27 | 23 | 26 | 534 | 35 | 105 |
| Binary | 11000110 | 10011000 | 10100001 | 0 | 10111 | 10011 | 10110 | 101011100 | 11101 | 1000101 |
Color Harmonies of #C698A1
Complementary color
Monochromatic Colors of #C698A1
Black with #C698A1
Text Example
Text Example
White with #C698A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698A1; }
p { color: rgb(198,152,161); }
H1.HeaderClassName
{
color: #C698A1;
}
.AnyTagClassName
{
color: #C698A1;
}
</style>
background-color css
<style>
a { background-color: #C698A1; }
a { background-color: rgb(198,152,161); }
div.DivClassName
{
background-color: #C698A1;
}
.BgClassName
{
background-color: #C698A1;
}
</style>
border-color css
<style>
span { border-color: #C698A1; }
span { border-color: rgb(198,152,161); }
td.TdClassName
{
border-color: #C698A1;
}
.TagClassName
{
border-color: #C698A1;
}
</style>