Shades of Careys Pink #C699A1
Tints of Careys Pink #C699A1
RGB
CMYK
RGB Variations
Color information
#C699A1 (or 0xC699A1) is known color: Careys Pink. HEX triplet: C6, 99 and A1. RGB value is (198,153,161). Sum of RGB (Red+Green+Blue) = 198+153+161=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C699A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699A1 is #39665E. Grayscale: #A7A7A7. Windows color (decimal): -3761759 or 10590662. OLE color: 10590662.
HSL color Cylindrical-coordinate representation of color #C699A1: hue angle of 349.33º 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 #C699A1 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 161 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.22 |
| HSL | 349.33º | 0.28% | 0.69% | - |
| HSV(B) | 349.33º | 0.23% | 0.78% | - |
| XYZ | 41.11 | 37.36 | 38.76 | - |
| YUV | 167.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 161 | 0 | 0.23 | 0.19 | 0.22 | 349.33 | 0.28 | 0.69 |
| Hex | C6 | 99 | A1 | 0 | 17 | 13 | 16 | 15D | 1C | 45 |
| Octal | 306 | 231 | 241 | 0 | 27 | 23 | 26 | 535 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10100001 | 0 | 10111 | 10011 | 10110 | 101011101 | 11100 | 1000101 |
Color Harmonies of #C699A1
Complementary color
Monochromatic Colors of #C699A1
Black with #C699A1
Text Example
Text Example
White with #C699A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699A1; }
p { color: rgb(198,153,161); }
H1.HeaderClassName
{
color: #C699A1;
}
.AnyTagClassName
{
color: #C699A1;
}
</style>
background-color css
<style>
a { background-color: #C699A1; }
a { background-color: rgb(198,153,161); }
div.DivClassName
{
background-color: #C699A1;
}
.BgClassName
{
background-color: #C699A1;
}
</style>
border-color css
<style>
span { border-color: #C699A1; }
span { border-color: rgb(198,153,161); }
td.TdClassName
{
border-color: #C699A1;
}
.TagClassName
{
border-color: #C699A1;
}
</style>