Shades of Careys Pink #C1A6A8
Tints of Careys Pink #C1A6A8
RGB
CMYK
RGB Variations
Color information
#C1A6A8 (or 0xC1A6A8) is known color: Careys Pink. HEX triplet: C1, A6 and A8. RGB value is (193,166,168). Sum of RGB (Red+Green+Blue) = 193+166+168=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A6A8 is #3E5957. Grayscale: #AEAEAE. Windows color (decimal): -4086104 or 11052737. OLE color: 11052737.
HSL color Cylindrical-coordinate representation of color #C1A6A8: hue angle of 355.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1A6A8 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 168 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.24 |
| HSL | 355.56º | 0.18% | 0.7% | - |
| HSV(B) | 355.56º | 0.14% | 0.76% | - |
| XYZ | 42.7 | 41.44 | 42.79 | - |
| YUV | 174.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 168 | 0 | 0.14 | 0.13 | 0.24 | 355.56 | 0.18 | 0.7 |
| Hex | C1 | A6 | A8 | 0 | E | D | 18 | 164 | 12 | 46 |
| Octal | 301 | 246 | 250 | 0 | 16 | 15 | 30 | 544 | 22 | 106 |
| Binary | 11000001 | 10100110 | 10101000 | 0 | 1110 | 1101 | 11000 | 101100100 | 10010 | 1000110 |
Color Harmonies of #C1A6A8
Complementary color
Monochromatic Colors of #C1A6A8
Black with #C1A6A8
Text Example
Text Example
White with #C1A6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A6A8; }
p { color: rgb(193,166,168); }
H1.HeaderClassName
{
color: #C1A6A8;
}
.AnyTagClassName
{
color: #C1A6A8;
}
</style>
background-color css
<style>
a { background-color: #C1A6A8; }
a { background-color: rgb(193,166,168); }
div.DivClassName
{
background-color: #C1A6A8;
}
.BgClassName
{
background-color: #C1A6A8;
}
</style>
border-color css
<style>
span { border-color: #C1A6A8; }
span { border-color: rgb(193,166,168); }
td.TdClassName
{
border-color: #C1A6A8;
}
.TagClassName
{
border-color: #C1A6A8;
}
</style>