Shades of Careys Pink #C699A2
Tints of Careys Pink #C699A2
RGB
CMYK
RGB Variations
Color information
#C699A2 (or 0xC699A2) is known color: Careys Pink. HEX triplet: C6, 99 and A2. RGB value is (198,153,162). Sum of RGB (Red+Green+Blue) = 198+153+162=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C699A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699A2 is #39665D. Grayscale: #A7A7A7. Windows color (decimal): -3761758 or 10656198. OLE color: 10656198.
HSL color Cylindrical-coordinate representation of color #C699A2: hue angle of 348º degrees, saturation: 0.28, 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 #C699A2 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 162 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.22 |
| HSL | 348º | 0.28% | 0.69% | - |
| HSV(B) | 348º | 0.23% | 0.78% | - |
| XYZ | 41.2 | 37.4 | 39.23 | - |
| YUV | 167.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 162 | 0 | 0.23 | 0.18 | 0.22 | 348 | 0.28 | 0.69 |
| Hex | C6 | 99 | A2 | 0 | 17 | 12 | 16 | 15C | 1C | 45 |
| Octal | 306 | 231 | 242 | 0 | 27 | 22 | 26 | 534 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10100010 | 0 | 10111 | 10010 | 10110 | 101011100 | 11100 | 1000101 |
Color Harmonies of #C699A2
Complementary color
Monochromatic Colors of #C699A2
Black with #C699A2
Text Example
Text Example
White with #C699A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699A2; }
p { color: rgb(198,153,162); }
H1.HeaderClassName
{
color: #C699A2;
}
.AnyTagClassName
{
color: #C699A2;
}
</style>
background-color css
<style>
a { background-color: #C699A2; }
a { background-color: rgb(198,153,162); }
div.DivClassName
{
background-color: #C699A2;
}
.BgClassName
{
background-color: #C699A2;
}
</style>
border-color css
<style>
span { border-color: #C699A2; }
span { border-color: rgb(198,153,162); }
td.TdClassName
{
border-color: #C699A2;
}
.TagClassName
{
border-color: #C699A2;
}
</style>