Shades of Careys Pink #C09395
Tints of Careys Pink #C09395
RGB
CMYK
RGB Variations
Color information
#C09395 (or 0xC09395) is known color: Careys Pink. HEX triplet: C0, 93 and 95. RGB value is (192,147,149). Sum of RGB (Red+Green+Blue) = 192+147+149=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C09395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09395 is #3F6C6A. Grayscale: #A0A0A0. Windows color (decimal): -4156523 or 9802688. OLE color: 9802688.
HSL color Cylindrical-coordinate representation of color #C09395: hue angle of 357.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09395 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 149 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.25 |
| HSL | 357.33º | 0.26% | 0.66% | - |
| HSV(B) | 357.33º | 0.23% | 0.75% | - |
| XYZ | 37.6 | 34.24 | 33.06 | - |
| YUV | 160.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 149 | 0 | 0.23 | 0.22 | 0.25 | 357.33 | 0.26 | 0.66 |
| Hex | C0 | 93 | 95 | 0 | 17 | 16 | 19 | 165 | 1A | 42 |
| Octal | 300 | 223 | 225 | 0 | 27 | 26 | 31 | 545 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10010101 | 0 | 10111 | 10110 | 11001 | 101100101 | 11010 | 1000010 |
Color Harmonies of #C09395
Complementary color
Monochromatic Colors of #C09395
Black with #C09395
Text Example
Text Example
White with #C09395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09395; }
p { color: rgb(192,147,149); }
H1.HeaderClassName
{
color: #C09395;
}
.AnyTagClassName
{
color: #C09395;
}
</style>
background-color css
<style>
a { background-color: #C09395; }
a { background-color: rgb(192,147,149); }
div.DivClassName
{
background-color: #C09395;
}
.BgClassName
{
background-color: #C09395;
}
</style>
border-color css
<style>
span { border-color: #C09395; }
span { border-color: rgb(192,147,149); }
td.TdClassName
{
border-color: #C09395;
}
.TagClassName
{
border-color: #C09395;
}
</style>