Shades of Careys Pink #C0AAAF
Tints of Careys Pink #C0AAAF
RGB
CMYK
RGB Variations
Color information
#C0AAAF (or 0xC0AAAF) is known color: Careys Pink. HEX triplet: C0, AA and AF. RGB value is (192,170,175). Sum of RGB (Red+Green+Blue) = 192+170+175=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAAF is #3F5550. Grayscale: #B1B1B1. Windows color (decimal): -4150609 or 11512512. OLE color: 11512512.
HSL color Cylindrical-coordinate representation of color #C0AAAF: hue angle of 346.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AAAF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 170 | 175 | - |
CMYK | 0 | 0.11 | 0.09 | 0.25 |
HSL | 346.36º | 0.15% | 0.71% | - |
HSV(B) | 346.36º | 0.11% | 0.75% | - |
XYZ | 43.85 | 43.05 | 46.56 | - |
YUV | 177.15 | 126.79 | 138.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 170 | 175 | 0 | 0.11 | 0.09 | 0.25 | 346.36 | 0.15 | 0.71 |
Hex | C0 | AA | AF | 0 | B | 9 | 19 | 15A | F | 47 |
Octal | 300 | 252 | 257 | 0 | 13 | 11 | 31 | 532 | 17 | 107 |
Binary | 11000000 | 10101010 | 10101111 | 0 | 1011 | 1001 | 11001 | 101011010 | 1111 | 1000111 |
Color Harmonies of #C0AAAF
Complementary color
Monochromatic Colors of #C0AAAF
Black with #C0AAAF
Text Example
Text Example
White with #C0AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAAF; }
p { color: rgb(192,170,175); }
H1.HeaderClassName
{
color: #C0AAAF;
}
.AnyTagClassName
{
color: #C0AAAF;
}
</style>
background-color css
<style>
a { background-color: #C0AAAF; }
a { background-color: rgb(192,170,175); }
div.DivClassName
{
background-color: #C0AAAF;
}
.BgClassName
{
background-color: #C0AAAF;
}
</style>
border-color css
<style>
span { border-color: #C0AAAF; }
span { border-color: rgb(192,170,175); }
td.TdClassName
{
border-color: #C0AAAF;
}
.TagClassName
{
border-color: #C0AAAF;
}
</style>