Shades of Careys Pink #C0ACB1
Tints of Careys Pink #C0ACB1
RGB
CMYK
RGB Variations
Color information
#C0ACB1 (or 0xC0ACB1) is known color: Careys Pink. HEX triplet: C0, AC and B1. RGB value is (192,172,177). Sum of RGB (Red+Green+Blue) = 192+172+177=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ACB1 is #3F534E. Grayscale: #B2B2B2. Windows color (decimal): -4150095 or 11644096. OLE color: 11644096.
HSL color Cylindrical-coordinate representation of color #C0ACB1: hue angle of 345º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ACB1 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 177 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.25 |
| HSL | 345º | 0.14% | 0.71% | - |
| HSV(B) | 345º | 0.1% | 0.75% | - |
| XYZ | 44.43 | 43.89 | 47.72 | - |
| YUV | 178.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 177 | 0 | 0.10 | 0.08 | 0.25 | 345 | 0.14 | 0.71 |
| Hex | C0 | AC | B1 | 0 | A | 8 | 19 | 159 | E | 47 |
| Octal | 300 | 254 | 261 | 0 | 12 | 10 | 31 | 531 | 16 | 107 |
| Binary | 11000000 | 10101100 | 10110001 | 0 | 1010 | 1000 | 11001 | 101011001 | 1110 | 1000111 |
Color Harmonies of #C0ACB1
Complementary color
Monochromatic Colors of #C0ACB1
Black with #C0ACB1
Text Example
Text Example
White with #C0ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACB1; }
p { color: rgb(192,172,177); }
H1.HeaderClassName
{
color: #C0ACB1;
}
.AnyTagClassName
{
color: #C0ACB1;
}
</style>
background-color css
<style>
a { background-color: #C0ACB1; }
a { background-color: rgb(192,172,177); }
div.DivClassName
{
background-color: #C0ACB1;
}
.BgClassName
{
background-color: #C0ACB1;
}
</style>
border-color css
<style>
span { border-color: #C0ACB1; }
span { border-color: rgb(192,172,177); }
td.TdClassName
{
border-color: #C0ACB1;
}
.TagClassName
{
border-color: #C0ACB1;
}
</style>