Shades of Careys Pink #C0959A
Tints of Careys Pink #C0959A
RGB
CMYK
RGB Variations
Color information
#C0959A (or 0xC0959A) is known color: Careys Pink. HEX triplet: C0, 95 and 9A. RGB value is (192,149,154). Sum of RGB (Red+Green+Blue) = 192+149+154=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0959A is #3F6A65. Grayscale: #A2A2A2. Windows color (decimal): -4156006 or 10130880. OLE color: 10130880.
HSL color Cylindrical-coordinate representation of color #C0959A: hue angle of 353.02º 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 #C0959A is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 154 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.25 |
| HSL | 353.02º | 0.25% | 0.67% | - |
| HSV(B) | 353.02º | 0.22% | 0.75% | - |
| XYZ | 38.32 | 35.03 | 35.31 | - |
| YUV | 162.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 154 | 0 | 0.22 | 0.20 | 0.25 | 353.02 | 0.25 | 0.67 |
| Hex | C0 | 95 | 9A | 0 | 16 | 14 | 19 | 161 | 19 | 43 |
| Octal | 300 | 225 | 232 | 0 | 26 | 24 | 31 | 541 | 31 | 103 |
| Binary | 11000000 | 10010101 | 10011010 | 0 | 10110 | 10100 | 11001 | 101100001 | 11001 | 1000011 |
Color Harmonies of #C0959A
Complementary color
Monochromatic Colors of #C0959A
Black with #C0959A
Text Example
Text Example
White with #C0959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0959A; }
p { color: rgb(192,149,154); }
H1.HeaderClassName
{
color: #C0959A;
}
.AnyTagClassName
{
color: #C0959A;
}
</style>
background-color css
<style>
a { background-color: #C0959A; }
a { background-color: rgb(192,149,154); }
div.DivClassName
{
background-color: #C0959A;
}
.BgClassName
{
background-color: #C0959A;
}
</style>
border-color css
<style>
span { border-color: #C0959A; }
span { border-color: rgb(192,149,154); }
td.TdClassName
{
border-color: #C0959A;
}
.TagClassName
{
border-color: #C0959A;
}
</style>