Shades of Careys Pink #C09293
Tints of Careys Pink #C09293
RGB
CMYK
RGB Variations
Color information
#C09293 (or 0xC09293) is known color: Careys Pink. HEX triplet: C0, 92 and 93. RGB value is (192,146,147). Sum of RGB (Red+Green+Blue) = 192+146+147=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C09293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09293 is #3F6D6C. Grayscale: #9F9F9F. Windows color (decimal): -4156781 or 9671360. OLE color: 9671360.
HSL color Cylindrical-coordinate representation of color #C09293: hue angle of 358.7º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09293 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 147 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.25 |
| HSL | 358.7º | 0.27% | 0.66% | - |
| HSV(B) | 358.7º | 0.24% | 0.75% | - |
| XYZ | 37.28 | 33.87 | 32.18 | - |
| YUV | 159.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 147 | 0 | 0.24 | 0.23 | 0.25 | 358.7 | 0.27 | 0.66 |
| Hex | C0 | 92 | 93 | 0 | 18 | 17 | 19 | 167 | 1B | 42 |
| Octal | 300 | 222 | 223 | 0 | 30 | 27 | 31 | 547 | 33 | 102 |
| Binary | 11000000 | 10010010 | 10010011 | 0 | 11000 | 10111 | 11001 | 101100111 | 11011 | 1000010 |
Color Harmonies of #C09293
Complementary color
Monochromatic Colors of #C09293
Black with #C09293
Text Example
Text Example
White with #C09293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09293; }
p { color: rgb(192,146,147); }
H1.HeaderClassName
{
color: #C09293;
}
.AnyTagClassName
{
color: #C09293;
}
</style>
background-color css
<style>
a { background-color: #C09293; }
a { background-color: rgb(192,146,147); }
div.DivClassName
{
background-color: #C09293;
}
.BgClassName
{
background-color: #C09293;
}
</style>
border-color css
<style>
span { border-color: #C09293; }
span { border-color: rgb(192,146,147); }
td.TdClassName
{
border-color: #C09293;
}
.TagClassName
{
border-color: #C09293;
}
</style>