Shades of Careys Pink #C09FA7
Tints of Careys Pink #C09FA7
RGB
CMYK
RGB Variations
Color information
#C09FA7 (or 0xC09FA7) is known color: Careys Pink. HEX triplet: C0, 9F and A7. RGB value is (192,159,167). Sum of RGB (Red+Green+Blue) = 192+159+167=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09FA7 is #3F6058. Grayscale: #A9A9A9. Windows color (decimal): -4153433 or 10985408. OLE color: 10985408.
HSL color Cylindrical-coordinate representation of color #C09FA7: hue angle of 345.45º 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 #C09FA7 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 167 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.25 |
| HSL | 345.45º | 0.21% | 0.69% | - |
| HSV(B) | 345.45º | 0.17% | 0.75% | - |
| XYZ | 41.11 | 38.79 | 41.88 | - |
| YUV | 169.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 167 | 0 | 0.17 | 0.13 | 0.25 | 345.45 | 0.21 | 0.69 |
| Hex | C0 | 9F | A7 | 0 | 11 | D | 19 | 159 | 15 | 45 |
| Octal | 300 | 237 | 247 | 0 | 21 | 15 | 31 | 531 | 25 | 105 |
| Binary | 11000000 | 10011111 | 10100111 | 0 | 10001 | 1101 | 11001 | 101011001 | 10101 | 1000101 |
Color Harmonies of #C09FA7
Complementary color
Monochromatic Colors of #C09FA7
Black with #C09FA7
Text Example
Text Example
White with #C09FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FA7; }
p { color: rgb(192,159,167); }
H1.HeaderClassName
{
color: #C09FA7;
}
.AnyTagClassName
{
color: #C09FA7;
}
</style>
background-color css
<style>
a { background-color: #C09FA7; }
a { background-color: rgb(192,159,167); }
div.DivClassName
{
background-color: #C09FA7;
}
.BgClassName
{
background-color: #C09FA7;
}
</style>
border-color css
<style>
span { border-color: #C09FA7; }
span { border-color: rgb(192,159,167); }
td.TdClassName
{
border-color: #C09FA7;
}
.TagClassName
{
border-color: #C09FA7;
}
</style>