Shades of Careys Pink #C09FA2
Tints of Careys Pink #C09FA2
RGB
CMYK
RGB Variations
Color information
#C09FA2 (or 0xC09FA2) is known color: Careys Pink. HEX triplet: C0, 9F and A2. RGB value is (192,159,162). Sum of RGB (Red+Green+Blue) = 192+159+162=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09FA2 is #3F605D. Grayscale: #A9A9A9. Windows color (decimal): -4153438 or 10657728. OLE color: 10657728.
HSL color Cylindrical-coordinate representation of color #C09FA2: hue angle of 354.55º 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 #C09FA2 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 162 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.25 |
| HSL | 354.55º | 0.21% | 0.69% | - |
| HSV(B) | 354.55º | 0.17% | 0.75% | - |
| XYZ | 40.66 | 38.61 | 39.49 | - |
| YUV | 169.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 162 | 0 | 0.17 | 0.16 | 0.25 | 354.55 | 0.21 | 0.69 |
| Hex | C0 | 9F | A2 | 0 | 11 | 10 | 19 | 163 | 15 | 45 |
| Octal | 300 | 237 | 242 | 0 | 21 | 20 | 31 | 543 | 25 | 105 |
| Binary | 11000000 | 10011111 | 10100010 | 0 | 10001 | 10000 | 11001 | 101100011 | 10101 | 1000101 |
Color Harmonies of #C09FA2
Complementary color
Monochromatic Colors of #C09FA2
Black with #C09FA2
Text Example
Text Example
White with #C09FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FA2; }
p { color: rgb(192,159,162); }
H1.HeaderClassName
{
color: #C09FA2;
}
.AnyTagClassName
{
color: #C09FA2;
}
</style>
background-color css
<style>
a { background-color: #C09FA2; }
a { background-color: rgb(192,159,162); }
div.DivClassName
{
background-color: #C09FA2;
}
.BgClassName
{
background-color: #C09FA2;
}
</style>
border-color css
<style>
span { border-color: #C09FA2; }
span { border-color: rgb(192,159,162); }
td.TdClassName
{
border-color: #C09FA2;
}
.TagClassName
{
border-color: #C09FA2;
}
</style>