Shades of Careys Pink #C09498
Tints of Careys Pink #C09498
RGB
CMYK
RGB Variations
Color information
#C09498 (or 0xC09498) is known color: Careys Pink. HEX triplet: C0, 94 and 98. RGB value is (192,148,152). Sum of RGB (Red+Green+Blue) = 192+148+152=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C09498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09498 is #3F6B67. Grayscale: #A1A1A1. Windows color (decimal): -4156264 or 9999552. OLE color: 9999552.
HSL color Cylindrical-coordinate representation of color #C09498: hue angle of 354.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09498 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 152 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.25 |
| HSL | 354.55º | 0.26% | 0.67% | - |
| HSV(B) | 354.55º | 0.23% | 0.75% | - |
| XYZ | 38 | 34.65 | 34.39 | - |
| YUV | 161.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 152 | 0 | 0.23 | 0.21 | 0.25 | 354.55 | 0.26 | 0.67 |
| Hex | C0 | 94 | 98 | 0 | 17 | 15 | 19 | 163 | 1A | 43 |
| Octal | 300 | 224 | 230 | 0 | 27 | 25 | 31 | 543 | 32 | 103 |
| Binary | 11000000 | 10010100 | 10011000 | 0 | 10111 | 10101 | 11001 | 101100011 | 11010 | 1000011 |
Color Harmonies of #C09498
Complementary color
Monochromatic Colors of #C09498
Black with #C09498
Text Example
Text Example
White with #C09498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09498; }
p { color: rgb(192,148,152); }
H1.HeaderClassName
{
color: #C09498;
}
.AnyTagClassName
{
color: #C09498;
}
</style>
background-color css
<style>
a { background-color: #C09498; }
a { background-color: rgb(192,148,152); }
div.DivClassName
{
background-color: #C09498;
}
.BgClassName
{
background-color: #C09498;
}
</style>
border-color css
<style>
span { border-color: #C09498; }
span { border-color: rgb(192,148,152); }
td.TdClassName
{
border-color: #C09498;
}
.TagClassName
{
border-color: #C09498;
}
</style>