Shades of Careys Pink #C696A0
Tints of Careys Pink #C696A0
RGB
CMYK
RGB Variations
Color information
#C696A0 (or 0xC696A0) is known color: Careys Pink. HEX triplet: C6, 96 and A0. RGB value is (198,150,160). Sum of RGB (Red+Green+Blue) = 198+150+160=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C696A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696A0 is #39695F. Grayscale: #A5A5A5. Windows color (decimal): -3762528 or 10524358. OLE color: 10524358.
HSL color Cylindrical-coordinate representation of color #C696A0: hue angle of 347.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C696A0 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 160 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.22 |
| HSL | 347.5º | 0.3% | 0.68% | - |
| HSV(B) | 347.5º | 0.24% | 0.78% | - |
| XYZ | 40.54 | 36.36 | 38.14 | - |
| YUV | 165.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 160 | 0 | 0.24 | 0.19 | 0.22 | 347.5 | 0.3 | 0.68 |
| Hex | C6 | 96 | A0 | 0 | 18 | 13 | 16 | 15C | 1E | 44 |
| Octal | 306 | 226 | 240 | 0 | 30 | 23 | 26 | 534 | 36 | 104 |
| Binary | 11000110 | 10010110 | 10100000 | 0 | 11000 | 10011 | 10110 | 101011100 | 11110 | 1000100 |
Color Harmonies of #C696A0
Complementary color
Monochromatic Colors of #C696A0
Black with #C696A0
Text Example
Text Example
White with #C696A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696A0; }
p { color: rgb(198,150,160); }
H1.HeaderClassName
{
color: #C696A0;
}
.AnyTagClassName
{
color: #C696A0;
}
</style>
background-color css
<style>
a { background-color: #C696A0; }
a { background-color: rgb(198,150,160); }
div.DivClassName
{
background-color: #C696A0;
}
.BgClassName
{
background-color: #C696A0;
}
</style>
border-color css
<style>
span { border-color: #C696A0; }
span { border-color: rgb(198,150,160); }
td.TdClassName
{
border-color: #C696A0;
}
.TagClassName
{
border-color: #C696A0;
}
</style>