Shades of Careys Pink #C1ACB0
Tints of Careys Pink #C1ACB0
RGB
CMYK
RGB Variations
Color information
#C1ACB0 (or 0xC1ACB0) is known color: Careys Pink. HEX triplet: C1, AC and B0. RGB value is (193,172,176). Sum of RGB (Red+Green+Blue) = 193+172+176=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ACB0 is #3E534F. Grayscale: #B2B2B2. Windows color (decimal): -4084560 or 11578561. OLE color: 11578561.
HSL color Cylindrical-coordinate representation of color #C1ACB0: hue angle of 348.57º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ACB0 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 176 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.24 |
| HSL | 348.57º | 0.14% | 0.72% | - |
| HSV(B) | 348.57º | 0.11% | 0.76% | - |
| XYZ | 44.58 | 43.98 | 47.21 | - |
| YUV | 178.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 176 | 0 | 0.11 | 0.09 | 0.24 | 348.57 | 0.14 | 0.72 |
| Hex | C1 | AC | B0 | 0 | B | 9 | 18 | 15D | E | 48 |
| Octal | 301 | 254 | 260 | 0 | 13 | 11 | 30 | 535 | 16 | 110 |
| Binary | 11000001 | 10101100 | 10110000 | 0 | 1011 | 1001 | 11000 | 101011101 | 1110 | 1001000 |
Color Harmonies of #C1ACB0
Complementary color
Monochromatic Colors of #C1ACB0
Black with #C1ACB0
Text Example
Text Example
White with #C1ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACB0; }
p { color: rgb(193,172,176); }
H1.HeaderClassName
{
color: #C1ACB0;
}
.AnyTagClassName
{
color: #C1ACB0;
}
</style>
background-color css
<style>
a { background-color: #C1ACB0; }
a { background-color: rgb(193,172,176); }
div.DivClassName
{
background-color: #C1ACB0;
}
.BgClassName
{
background-color: #C1ACB0;
}
</style>
border-color css
<style>
span { border-color: #C1ACB0; }
span { border-color: rgb(193,172,176); }
td.TdClassName
{
border-color: #C1ACB0;
}
.TagClassName
{
border-color: #C1ACB0;
}
</style>