Shades of Careys Pink #C09598
Tints of Careys Pink #C09598
RGB
CMYK
RGB Variations
Color information
#C09598 (or 0xC09598) is known color: Careys Pink. HEX triplet: C0, 95 and 98. RGB value is (192,149,152). Sum of RGB (Red+Green+Blue) = 192+149+152=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C09598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09598 is #3F6A67. Grayscale: #A2A2A2. Windows color (decimal): -4156008 or 9999808. OLE color: 9999808.
HSL color Cylindrical-coordinate representation of color #C09598: hue angle of 355.81º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C09598 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 152 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.25 |
| HSL | 355.81º | 0.25% | 0.67% | - |
| HSV(B) | 355.81º | 0.22% | 0.75% | - |
| XYZ | 38.15 | 34.97 | 34.44 | - |
| YUV | 162.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 152 | 0 | 0.22 | 0.21 | 0.25 | 355.81 | 0.25 | 0.67 |
| Hex | C0 | 95 | 98 | 0 | 16 | 15 | 19 | 164 | 19 | 43 |
| Octal | 300 | 225 | 230 | 0 | 26 | 25 | 31 | 544 | 31 | 103 |
| Binary | 11000000 | 10010101 | 10011000 | 0 | 10110 | 10101 | 11001 | 101100100 | 11001 | 1000011 |
Color Harmonies of #C09598
Complementary color
Monochromatic Colors of #C09598
Black with #C09598
Text Example
Text Example
White with #C09598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09598; }
p { color: rgb(192,149,152); }
H1.HeaderClassName
{
color: #C09598;
}
.AnyTagClassName
{
color: #C09598;
}
</style>
background-color css
<style>
a { background-color: #C09598; }
a { background-color: rgb(192,149,152); }
div.DivClassName
{
background-color: #C09598;
}
.BgClassName
{
background-color: #C09598;
}
</style>
border-color css
<style>
span { border-color: #C09598; }
span { border-color: rgb(192,149,152); }
td.TdClassName
{
border-color: #C09598;
}
.TagClassName
{
border-color: #C09598;
}
</style>