Shades of Careys Pink #C09FA4
Tints of Careys Pink #C09FA4
RGB
CMYK
RGB Variations
Color information
#C09FA4 (or 0xC09FA4) is known color: Careys Pink. HEX triplet: C0, 9F and A4. RGB value is (192,159,164). Sum of RGB (Red+Green+Blue) = 192+159+164=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09FA4 is #3F605B. Grayscale: #A9A9A9. Windows color (decimal): -4153436 or 10788800. OLE color: 10788800.
HSL color Cylindrical-coordinate representation of color #C09FA4: hue angle of 350.91º 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 #C09FA4 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 164 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.25 |
| HSL | 350.91º | 0.21% | 0.69% | - |
| HSV(B) | 350.91º | 0.17% | 0.75% | - |
| XYZ | 40.84 | 38.68 | 40.44 | - |
| YUV | 169.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 164 | 0 | 0.17 | 0.15 | 0.25 | 350.91 | 0.21 | 0.69 |
| Hex | C0 | 9F | A4 | 0 | 11 | F | 19 | 15F | 15 | 45 |
| Octal | 300 | 237 | 244 | 0 | 21 | 17 | 31 | 537 | 25 | 105 |
| Binary | 11000000 | 10011111 | 10100100 | 0 | 10001 | 1111 | 11001 | 101011111 | 10101 | 1000101 |
Color Harmonies of #C09FA4
Complementary color
Monochromatic Colors of #C09FA4
Black with #C09FA4
Text Example
Text Example
White with #C09FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FA4; }
p { color: rgb(192,159,164); }
H1.HeaderClassName
{
color: #C09FA4;
}
.AnyTagClassName
{
color: #C09FA4;
}
</style>
background-color css
<style>
a { background-color: #C09FA4; }
a { background-color: rgb(192,159,164); }
div.DivClassName
{
background-color: #C09FA4;
}
.BgClassName
{
background-color: #C09FA4;
}
</style>
border-color css
<style>
span { border-color: #C09FA4; }
span { border-color: rgb(192,159,164); }
td.TdClassName
{
border-color: #C09FA4;
}
.TagClassName
{
border-color: #C09FA4;
}
</style>