Shades of Careys Pink #C6A6AF
Tints of Careys Pink #C6A6AF
RGB
CMYK
RGB Variations
Color information
#C6A6AF (or 0xC6A6AF) is known color: Careys Pink. HEX triplet: C6, A6 and AF. RGB value is (198,166,175). Sum of RGB (Red+Green+Blue) = 198+166+175=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A6AF is #395950. Grayscale: #B0B0B0. Windows color (decimal): -3758417 or 11511494. OLE color: 11511494.
HSL color Cylindrical-coordinate representation of color #C6A6AF: hue angle of 343.12º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6A6AF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 175 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.22 |
| HSL | 343.13º | 0.22% | 0.71% | - |
| HSV(B) | 343.13º | 0.16% | 0.78% | - |
| XYZ | 44.66 | 42.37 | 46.38 | - |
| YUV | 176.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 175 | 0 | 0.16 | 0.12 | 0.22 | 343.13 | 0.22 | 0.71 |
| Hex | C6 | A6 | AF | 0 | 10 | C | 16 | 157 | 16 | 47 |
| Octal | 306 | 246 | 257 | 0 | 20 | 14 | 26 | 527 | 26 | 107 |
| Binary | 11000110 | 10100110 | 10101111 | 0 | 10000 | 1100 | 10110 | 101010111 | 10110 | 1000111 |
Color Harmonies of #C6A6AF
Complementary color
Monochromatic Colors of #C6A6AF
Black with #C6A6AF
Text Example
Text Example
White with #C6A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A6AF; }
p { color: rgb(198,166,175); }
H1.HeaderClassName
{
color: #C6A6AF;
}
.AnyTagClassName
{
color: #C6A6AF;
}
</style>
background-color css
<style>
a { background-color: #C6A6AF; }
a { background-color: rgb(198,166,175); }
div.DivClassName
{
background-color: #C6A6AF;
}
.BgClassName
{
background-color: #C6A6AF;
}
</style>
border-color css
<style>
span { border-color: #C6A6AF; }
span { border-color: rgb(198,166,175); }
td.TdClassName
{
border-color: #C6A6AF;
}
.TagClassName
{
border-color: #C6A6AF;
}
</style>