Shades of Careys Pink #C0969B
Tints of Careys Pink #C0969B
RGB
CMYK
RGB Variations
Color information
#C0969B (or 0xC0969B) is known color: Careys Pink. HEX triplet: C0, 96 and 9B. RGB value is (192,150,155). Sum of RGB (Red+Green+Blue) = 192+150+155=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0969B is #3F6964. Grayscale: #A3A3A3. Windows color (decimal): -4155749 or 10196672. OLE color: 10196672.
HSL color Cylindrical-coordinate representation of color #C0969B: hue angle of 352.86º 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 #C0969B is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 155 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.25 |
| HSL | 352.86º | 0.25% | 0.67% | - |
| HSV(B) | 352.86º | 0.22% | 0.75% | - |
| XYZ | 38.56 | 35.39 | 35.81 | - |
| YUV | 163.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 155 | 0 | 0.22 | 0.19 | 0.25 | 352.86 | 0.25 | 0.67 |
| Hex | C0 | 96 | 9B | 0 | 16 | 13 | 19 | 161 | 19 | 43 |
| Octal | 300 | 226 | 233 | 0 | 26 | 23 | 31 | 541 | 31 | 103 |
| Binary | 11000000 | 10010110 | 10011011 | 0 | 10110 | 10011 | 11001 | 101100001 | 11001 | 1000011 |
Color Harmonies of #C0969B
Complementary color
Monochromatic Colors of #C0969B
Black with #C0969B
Text Example
Text Example
White with #C0969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0969B; }
p { color: rgb(192,150,155); }
H1.HeaderClassName
{
color: #C0969B;
}
.AnyTagClassName
{
color: #C0969B;
}
</style>
background-color css
<style>
a { background-color: #C0969B; }
a { background-color: rgb(192,150,155); }
div.DivClassName
{
background-color: #C0969B;
}
.BgClassName
{
background-color: #C0969B;
}
</style>
border-color css
<style>
span { border-color: #C0969B; }
span { border-color: rgb(192,150,155); }
td.TdClassName
{
border-color: #C0969B;
}
.TagClassName
{
border-color: #C0969B;
}
</style>