Shades of Careys Pink #C0979C
Tints of Careys Pink #C0979C
RGB
CMYK
RGB Variations
Color information
#C0979C (or 0xC0979C) is known color: Careys Pink. HEX triplet: C0, 97 and 9C. RGB value is (192,151,156). Sum of RGB (Red+Green+Blue) = 192+151+156=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0979C is #3F6863. Grayscale: #A3A3A3. Windows color (decimal): -4155492 or 10262464. OLE color: 10262464.
HSL color Cylindrical-coordinate representation of color #C0979C: hue angle of 352.68º 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 #C0979C is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 156 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.25 |
| HSL | 352.68º | 0.25% | 0.67% | - |
| HSV(B) | 352.68º | 0.21% | 0.75% | - |
| XYZ | 38.81 | 35.74 | 36.31 | - |
| YUV | 163.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 156 | 0 | 0.21 | 0.19 | 0.25 | 352.68 | 0.25 | 0.67 |
| Hex | C0 | 97 | 9C | 0 | 15 | 13 | 19 | 161 | 19 | 43 |
| Octal | 300 | 227 | 234 | 0 | 25 | 23 | 31 | 541 | 31 | 103 |
| Binary | 11000000 | 10010111 | 10011100 | 0 | 10101 | 10011 | 11001 | 101100001 | 11001 | 1000011 |
Color Harmonies of #C0979C
Complementary color
Monochromatic Colors of #C0979C
Black with #C0979C
Text Example
Text Example
White with #C0979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0979C; }
p { color: rgb(192,151,156); }
H1.HeaderClassName
{
color: #C0979C;
}
.AnyTagClassName
{
color: #C0979C;
}
</style>
background-color css
<style>
a { background-color: #C0979C; }
a { background-color: rgb(192,151,156); }
div.DivClassName
{
background-color: #C0979C;
}
.BgClassName
{
background-color: #C0979C;
}
</style>
border-color css
<style>
span { border-color: #C0979C; }
span { border-color: rgb(192,151,156); }
td.TdClassName
{
border-color: #C0979C;
}
.TagClassName
{
border-color: #C0979C;
}
</style>