Shades of Careys Pink #C09495
Tints of Careys Pink #C09495
RGB
CMYK
RGB Variations
Color information
#C09495 (or 0xC09495) is known color: Careys Pink. HEX triplet: C0, 94 and 95. RGB value is (192,148,149). Sum of RGB (Red+Green+Blue) = 192+148+149=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C09495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09495 is #3F6B6A. Grayscale: #A1A1A1. Windows color (decimal): -4156267 or 9802944. OLE color: 9802944.
HSL color Cylindrical-coordinate representation of color #C09495: hue angle of 358.64º 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 #C09495 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 149 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.25 |
| HSL | 358.64º | 0.26% | 0.67% | - |
| HSV(B) | 358.64º | 0.23% | 0.75% | - |
| XYZ | 37.75 | 34.56 | 33.11 | - |
| YUV | 161.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 149 | 0 | 0.23 | 0.22 | 0.25 | 358.64 | 0.26 | 0.67 |
| Hex | C0 | 94 | 95 | 0 | 17 | 16 | 19 | 167 | 1A | 43 |
| Octal | 300 | 224 | 225 | 0 | 27 | 26 | 31 | 547 | 32 | 103 |
| Binary | 11000000 | 10010100 | 10010101 | 0 | 10111 | 10110 | 11001 | 101100111 | 11010 | 1000011 |
Color Harmonies of #C09495
Complementary color
Monochromatic Colors of #C09495
Black with #C09495
Text Example
Text Example
White with #C09495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09495; }
p { color: rgb(192,148,149); }
H1.HeaderClassName
{
color: #C09495;
}
.AnyTagClassName
{
color: #C09495;
}
</style>
background-color css
<style>
a { background-color: #C09495; }
a { background-color: rgb(192,148,149); }
div.DivClassName
{
background-color: #C09495;
}
.BgClassName
{
background-color: #C09495;
}
</style>
border-color css
<style>
span { border-color: #C09495; }
span { border-color: rgb(192,148,149); }
td.TdClassName
{
border-color: #C09495;
}
.TagClassName
{
border-color: #C09495;
}
</style>