Shades of Careys Pink #C0979B
Tints of Careys Pink #C0979B
RGB
CMYK
RGB Variations
Color information
#C0979B (or 0xC0979B) is known color: Careys Pink. HEX triplet: C0, 97 and 9B. RGB value is (192,151,155). Sum of RGB (Red+Green+Blue) = 192+151+155=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0979B is #3F6864. Grayscale: #A3A3A3. Windows color (decimal): -4155493 or 10196928. OLE color: 10196928.
HSL color Cylindrical-coordinate representation of color #C0979B: hue angle of 354.15º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0979B is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 155 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.25 |
| HSL | 354.15º | 0.25% | 0.67% | - |
| HSV(B) | 354.15º | 0.21% | 0.75% | - |
| XYZ | 38.72 | 35.71 | 35.86 | - |
| YUV | 163.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 155 | 0 | 0.21 | 0.19 | 0.25 | 354.15 | 0.25 | 0.67 |
| Hex | C0 | 97 | 9B | 0 | 15 | 13 | 19 | 162 | 19 | 43 |
| Octal | 300 | 227 | 233 | 0 | 25 | 23 | 31 | 542 | 31 | 103 |
| Binary | 11000000 | 10010111 | 10011011 | 0 | 10101 | 10011 | 11001 | 101100010 | 11001 | 1000011 |
Color Harmonies of #C0979B
Complementary color
Monochromatic Colors of #C0979B
Black with #C0979B
Text Example
Text Example
White with #C0979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0979B; }
p { color: rgb(192,151,155); }
H1.HeaderClassName
{
color: #C0979B;
}
.AnyTagClassName
{
color: #C0979B;
}
</style>
background-color css
<style>
a { background-color: #C0979B; }
a { background-color: rgb(192,151,155); }
div.DivClassName
{
background-color: #C0979B;
}
.BgClassName
{
background-color: #C0979B;
}
</style>
border-color css
<style>
span { border-color: #C0979B; }
span { border-color: rgb(192,151,155); }
td.TdClassName
{
border-color: #C0979B;
}
.TagClassName
{
border-color: #C0979B;
}
</style>