Shades of Careys Pink #C09FA1
Tints of Careys Pink #C09FA1
RGB
CMYK
RGB Variations
Color information
#C09FA1 (or 0xC09FA1) is known color: Careys Pink. HEX triplet: C0, 9F and A1. RGB value is (192,159,161). Sum of RGB (Red+Green+Blue) = 192+159+161=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09FA1 is #3F605E. Grayscale: #A9A9A9. Windows color (decimal): -4153439 or 10592192. OLE color: 10592192.
HSL color Cylindrical-coordinate representation of color #C09FA1: hue angle of 356.36º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C09FA1 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 161 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.25 |
| HSL | 356.36º | 0.21% | 0.69% | - |
| HSV(B) | 356.36º | 0.17% | 0.75% | - |
| XYZ | 40.57 | 38.58 | 39.03 | - |
| YUV | 169.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 161 | 0 | 0.17 | 0.16 | 0.25 | 356.36 | 0.21 | 0.69 |
| Hex | C0 | 9F | A1 | 0 | 11 | 10 | 19 | 164 | 15 | 45 |
| Octal | 300 | 237 | 241 | 0 | 21 | 20 | 31 | 544 | 25 | 105 |
| Binary | 11000000 | 10011111 | 10100001 | 0 | 10001 | 10000 | 11001 | 101100100 | 10101 | 1000101 |
Color Harmonies of #C09FA1
Complementary color
Monochromatic Colors of #C09FA1
Black with #C09FA1
Text Example
Text Example
White with #C09FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FA1; }
p { color: rgb(192,159,161); }
H1.HeaderClassName
{
color: #C09FA1;
}
.AnyTagClassName
{
color: #C09FA1;
}
</style>
background-color css
<style>
a { background-color: #C09FA1; }
a { background-color: rgb(192,159,161); }
div.DivClassName
{
background-color: #C09FA1;
}
.BgClassName
{
background-color: #C09FA1;
}
</style>
border-color css
<style>
span { border-color: #C09FA1; }
span { border-color: rgb(192,159,161); }
td.TdClassName
{
border-color: #C09FA1;
}
.TagClassName
{
border-color: #C09FA1;
}
</style>