Shades of Careys Pink #C0AAB0
Tints of Careys Pink #C0AAB0
RGB
CMYK
RGB Variations
Color information
#C0AAB0 (or 0xC0AAB0) is known color: Careys Pink. HEX triplet: C0, AA and B0. RGB value is (192,170,176). Sum of RGB (Red+Green+Blue) = 192+170+176=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAB0 is #3F554F. Grayscale: #B1B1B1. Windows color (decimal): -4150608 or 11578048. OLE color: 11578048.
HSL color Cylindrical-coordinate representation of color #C0AAB0: hue angle of 343.64º 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 #C0AAB0 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 170 | 176 | - |
CMYK | 0 | 0.11 | 0.08 | 0.25 |
HSL | 343.64º | 0.15% | 0.71% | - |
HSV(B) | 343.64º | 0.11% | 0.75% | - |
XYZ | 43.95 | 43.09 | 47.08 | - |
YUV | 177.26 | 127.29 | 138.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 170 | 176 | 0 | 0.11 | 0.08 | 0.25 | 343.64 | 0.15 | 0.71 |
Hex | C0 | AA | B0 | 0 | B | 8 | 19 | 158 | F | 47 |
Octal | 300 | 252 | 260 | 0 | 13 | 10 | 31 | 530 | 17 | 107 |
Binary | 11000000 | 10101010 | 10110000 | 0 | 1011 | 1000 | 11001 | 101011000 | 1111 | 1000111 |
Color Harmonies of #C0AAB0
Complementary color
Monochromatic Colors of #C0AAB0
Black with #C0AAB0
Text Example
Text Example
White with #C0AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAB0; }
p { color: rgb(192,170,176); }
H1.HeaderClassName
{
color: #C0AAB0;
}
.AnyTagClassName
{
color: #C0AAB0;
}
</style>
background-color css
<style>
a { background-color: #C0AAB0; }
a { background-color: rgb(192,170,176); }
div.DivClassName
{
background-color: #C0AAB0;
}
.BgClassName
{
background-color: #C0AAB0;
}
</style>
border-color css
<style>
span { border-color: #C0AAB0; }
span { border-color: rgb(192,170,176); }
td.TdClassName
{
border-color: #C0AAB0;
}
.TagClassName
{
border-color: #C0AAB0;
}
</style>