Shades of Careys Pink #C6A7AD
Tints of Careys Pink #C6A7AD
RGB
CMYK
RGB Variations
Color information
#C6A7AD (or 0xC6A7AD) is known color: Careys Pink. HEX triplet: C6, A7 and AD. RGB value is (198,167,173). Sum of RGB (Red+Green+Blue) = 198+167+173=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A7AD is #395852. Grayscale: #B0B0B0. Windows color (decimal): -3758163 or 11380678. OLE color: 11380678.
HSL color Cylindrical-coordinate representation of color #C6A7AD: hue angle of 348.39º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6A7AD is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 173 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.22 |
| HSL | 348.39º | 0.21% | 0.72% | - |
| HSV(B) | 348.39º | 0.16% | 0.78% | - |
| XYZ | 44.65 | 42.66 | 45.42 | - |
| YUV | 176.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 173 | 0 | 0.16 | 0.13 | 0.22 | 348.39 | 0.21 | 0.72 |
| Hex | C6 | A7 | AD | 0 | 10 | D | 16 | 15C | 15 | 48 |
| Octal | 306 | 247 | 255 | 0 | 20 | 15 | 26 | 534 | 25 | 110 |
| Binary | 11000110 | 10100111 | 10101101 | 0 | 10000 | 1101 | 10110 | 101011100 | 10101 | 1001000 |
Color Harmonies of #C6A7AD
Complementary color
Monochromatic Colors of #C6A7AD
Black with #C6A7AD
Text Example
Text Example
White with #C6A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A7AD; }
p { color: rgb(198,167,173); }
H1.HeaderClassName
{
color: #C6A7AD;
}
.AnyTagClassName
{
color: #C6A7AD;
}
</style>
background-color css
<style>
a { background-color: #C6A7AD; }
a { background-color: rgb(198,167,173); }
div.DivClassName
{
background-color: #C6A7AD;
}
.BgClassName
{
background-color: #C6A7AD;
}
</style>
border-color css
<style>
span { border-color: #C6A7AD; }
span { border-color: rgb(198,167,173); }
td.TdClassName
{
border-color: #C6A7AD;
}
.TagClassName
{
border-color: #C6A7AD;
}
</style>