Shades of Careys Pink #C09E9F
Tints of Careys Pink #C09E9F
RGB
CMYK
RGB Variations
Color information
#C09E9F (or 0xC09E9F) is known color: Careys Pink. HEX triplet: C0, 9E and 9F. RGB value is (192,158,159). Sum of RGB (Red+Green+Blue) = 192+158+159=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E9F is #3F6160. Grayscale: #A8A8A8. Windows color (decimal): -4153697 or 10460864. OLE color: 10460864.
HSL color Cylindrical-coordinate representation of color #C09E9F: hue angle of 358.24º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09E9F is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 158 | 159 | - |
CMYK | 0 | 0.18 | 0.17 | 0.25 |
HSL | 358.24º | 0.21% | 0.69% | - |
HSV(B) | 358.24º | 0.18% | 0.75% | - |
XYZ | 40.22 | 38.16 | 38.05 | - |
YUV | 168.28 | 122.76 | 144.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 158 | 159 | 0 | 0.18 | 0.17 | 0.25 | 358.24 | 0.21 | 0.69 |
Hex | C0 | 9E | 9F | 0 | 12 | 11 | 19 | 166 | 15 | 45 |
Octal | 300 | 236 | 237 | 0 | 22 | 21 | 31 | 546 | 25 | 105 |
Binary | 11000000 | 10011110 | 10011111 | 0 | 10010 | 10001 | 11001 | 101100110 | 10101 | 1000101 |
Color Harmonies of #C09E9F
Complementary color
Monochromatic Colors of #C09E9F
Black with #C09E9F
Text Example
Text Example
White with #C09E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E9F; }
p { color: rgb(192,158,159); }
H1.HeaderClassName
{
color: #C09E9F;
}
.AnyTagClassName
{
color: #C09E9F;
}
</style>
background-color css
<style>
a { background-color: #C09E9F; }
a { background-color: rgb(192,158,159); }
div.DivClassName
{
background-color: #C09E9F;
}
.BgClassName
{
background-color: #C09E9F;
}
</style>
border-color css
<style>
span { border-color: #C09E9F; }
span { border-color: rgb(192,158,159); }
td.TdClassName
{
border-color: #C09E9F;
}
.TagClassName
{
border-color: #C09E9F;
}
</style>