Shades of Careys Pink #C6A8AD
Tints of Careys Pink #C6A8AD
RGB
CMYK
RGB Variations
Color information
#C6A8AD (or 0xC6A8AD) is known color: Careys Pink. HEX triplet: C6, A8 and AD. RGB value is (198,168,173). Sum of RGB (Red+Green+Blue) = 198+168+173=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A8AD is #395752. Grayscale: #B1B1B1. Windows color (decimal): -3757907 or 11380934. OLE color: 11380934.
HSL color Cylindrical-coordinate representation of color #C6A8AD: hue angle of 350º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6A8AD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 173 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.22 |
| HSL | 350º | 0.21% | 0.72% | - |
| HSV(B) | 350º | 0.15% | 0.78% | - |
| XYZ | 44.83 | 43.03 | 45.48 | - |
| YUV | 177.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 173 | 0 | 0.15 | 0.13 | 0.22 | 350 | 0.21 | 0.72 |
| Hex | C6 | A8 | AD | 0 | F | D | 16 | 15E | 15 | 48 |
| Octal | 306 | 250 | 255 | 0 | 17 | 15 | 26 | 536 | 25 | 110 |
| Binary | 11000110 | 10101000 | 10101101 | 0 | 1111 | 1101 | 10110 | 101011110 | 10101 | 1001000 |
Color Harmonies of #C6A8AD
Complementary color
Monochromatic Colors of #C6A8AD
Black with #C6A8AD
Text Example
Text Example
White with #C6A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A8AD; }
p { color: rgb(198,168,173); }
H1.HeaderClassName
{
color: #C6A8AD;
}
.AnyTagClassName
{
color: #C6A8AD;
}
</style>
background-color css
<style>
a { background-color: #C6A8AD; }
a { background-color: rgb(198,168,173); }
div.DivClassName
{
background-color: #C6A8AD;
}
.BgClassName
{
background-color: #C6A8AD;
}
</style>
border-color css
<style>
span { border-color: #C6A8AD; }
span { border-color: rgb(198,168,173); }
td.TdClassName
{
border-color: #C6A8AD;
}
.TagClassName
{
border-color: #C6A8AD;
}
</style>