Shades of Careys Pink #C0ADAF
Tints of Careys Pink #C0ADAF
RGB
CMYK
RGB Variations
Color information
#C0ADAF (or 0xC0ADAF) is known color: Careys Pink. HEX triplet: C0, AD and AF. RGB value is (192,173,175). Sum of RGB (Red+Green+Blue) = 192+173+175=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADAF is #3F5250. Grayscale: #B2B2B2. Windows color (decimal): -4149841 or 11513280. OLE color: 11513280.
HSL color Cylindrical-coordinate representation of color #C0ADAF: hue angle of 353.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADAF is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 175 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.25 |
| HSL | 353.68º | 0.13% | 0.72% | - |
| HSV(B) | 353.68º | 0.1% | 0.75% | - |
| XYZ | 44.42 | 44.19 | 46.75 | - |
| YUV | 178.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 175 | 0 | 0.10 | 0.09 | 0.25 | 353.68 | 0.13 | 0.72 |
| Hex | C0 | AD | AF | 0 | A | 9 | 19 | 162 | D | 48 |
| Octal | 300 | 255 | 257 | 0 | 12 | 11 | 31 | 542 | 15 | 110 |
| Binary | 11000000 | 10101101 | 10101111 | 0 | 1010 | 1001 | 11001 | 101100010 | 1101 | 1001000 |
Color Harmonies of #C0ADAF
Complementary color
Monochromatic Colors of #C0ADAF
Black with #C0ADAF
Text Example
Text Example
White with #C0ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADAF; }
p { color: rgb(192,173,175); }
H1.HeaderClassName
{
color: #C0ADAF;
}
.AnyTagClassName
{
color: #C0ADAF;
}
</style>
background-color css
<style>
a { background-color: #C0ADAF; }
a { background-color: rgb(192,173,175); }
div.DivClassName
{
background-color: #C0ADAF;
}
.BgClassName
{
background-color: #C0ADAF;
}
</style>
border-color css
<style>
span { border-color: #C0ADAF; }
span { border-color: rgb(192,173,175); }
td.TdClassName
{
border-color: #C0ADAF;
}
.TagClassName
{
border-color: #C0ADAF;
}
</style>