Shades of Careys Pink #C09698
Tints of Careys Pink #C09698
RGB
CMYK
RGB Variations
Color information
#C09698 (or 0xC09698) is known color: Careys Pink. HEX triplet: C0, 96 and 98. RGB value is (192,150,152). Sum of RGB (Red+Green+Blue) = 192+150+152=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C09698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09698 is #3F6967. Grayscale: #A2A2A2. Windows color (decimal): -4155752 or 10000064. OLE color: 10000064.
HSL color Cylindrical-coordinate representation of color #C09698: hue angle of 357.14º 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 #C09698 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 152 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.25 |
| HSL | 357.14º | 0.25% | 0.67% | - |
| HSV(B) | 357.14º | 0.22% | 0.75% | - |
| XYZ | 38.31 | 35.29 | 34.5 | - |
| YUV | 162.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 152 | 0 | 0.22 | 0.21 | 0.25 | 357.14 | 0.25 | 0.67 |
| Hex | C0 | 96 | 98 | 0 | 16 | 15 | 19 | 165 | 19 | 43 |
| Octal | 300 | 226 | 230 | 0 | 26 | 25 | 31 | 545 | 31 | 103 |
| Binary | 11000000 | 10010110 | 10011000 | 0 | 10110 | 10101 | 11001 | 101100101 | 11001 | 1000011 |
Color Harmonies of #C09698
Complementary color
Monochromatic Colors of #C09698
Black with #C09698
Text Example
Text Example
White with #C09698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09698; }
p { color: rgb(192,150,152); }
H1.HeaderClassName
{
color: #C09698;
}
.AnyTagClassName
{
color: #C09698;
}
</style>
background-color css
<style>
a { background-color: #C09698; }
a { background-color: rgb(192,150,152); }
div.DivClassName
{
background-color: #C09698;
}
.BgClassName
{
background-color: #C09698;
}
</style>
border-color css
<style>
span { border-color: #C09698; }
span { border-color: rgb(192,150,152); }
td.TdClassName
{
border-color: #C09698;
}
.TagClassName
{
border-color: #C09698;
}
</style>