Shades of Careys Pink #C698A2
Tints of Careys Pink #C698A2
RGB
CMYK
RGB Variations
Color information
#C698A2 (or 0xC698A2) is known color: Careys Pink. HEX triplet: C6, 98 and A2. RGB value is (198,152,162). Sum of RGB (Red+Green+Blue) = 198+152+162=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C698A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698A2 is #39675D. Grayscale: #A6A6A6. Windows color (decimal): -3762014 or 10655942. OLE color: 10655942.
HSL color Cylindrical-coordinate representation of color #C698A2: hue angle of 346.96º 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 #C698A2 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 162 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.22 |
| HSL | 346.96º | 0.29% | 0.69% | - |
| HSV(B) | 346.96º | 0.23% | 0.78% | - |
| XYZ | 41.04 | 37.07 | 39.17 | - |
| YUV | 166.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 162 | 0 | 0.23 | 0.18 | 0.22 | 346.96 | 0.29 | 0.69 |
| Hex | C6 | 98 | A2 | 0 | 17 | 12 | 16 | 15B | 1D | 45 |
| Octal | 306 | 230 | 242 | 0 | 27 | 22 | 26 | 533 | 35 | 105 |
| Binary | 11000110 | 10011000 | 10100010 | 0 | 10111 | 10010 | 10110 | 101011011 | 11101 | 1000101 |
Color Harmonies of #C698A2
Complementary color
Monochromatic Colors of #C698A2
Black with #C698A2
Text Example
Text Example
White with #C698A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698A2; }
p { color: rgb(198,152,162); }
H1.HeaderClassName
{
color: #C698A2;
}
.AnyTagClassName
{
color: #C698A2;
}
</style>
background-color css
<style>
a { background-color: #C698A2; }
a { background-color: rgb(198,152,162); }
div.DivClassName
{
background-color: #C698A2;
}
.BgClassName
{
background-color: #C698A2;
}
</style>
border-color css
<style>
span { border-color: #C698A2; }
span { border-color: rgb(198,152,162); }
td.TdClassName
{
border-color: #C698A2;
}
.TagClassName
{
border-color: #C698A2;
}
</style>