Shades of Careys Pink #C99095
Tints of Careys Pink #C99095
RGB
CMYK
RGB Variations
Color information
#C99095 (or 0xC99095) is known color: Careys Pink. HEX triplet: C9, 90 and 95. RGB value is (201,144,149). Sum of RGB (Red+Green+Blue) = 201+144+149=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C99095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99095 is #366F6A. Grayscale: #A1A1A1. Windows color (decimal): -3567467 or 9801929. OLE color: 9801929.
HSL color Cylindrical-coordinate representation of color #C99095: hue angle of 354.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99095 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 149 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.21 |
| HSL | 354.74º | 0.35% | 0.68% | - |
| HSV(B) | 354.74º | 0.28% | 0.79% | - |
| XYZ | 39.49 | 34.53 | 33.02 | - |
| YUV | 161.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 149 | 0 | 0.28 | 0.26 | 0.21 | 354.74 | 0.35 | 0.68 |
| Hex | C9 | 90 | 95 | 0 | 1C | 1A | 15 | 163 | 23 | 44 |
| Octal | 311 | 220 | 225 | 0 | 34 | 32 | 25 | 543 | 43 | 104 |
| Binary | 11001001 | 10010000 | 10010101 | 0 | 11100 | 11010 | 10101 | 101100011 | 100011 | 1000100 |
Color Harmonies of #C99095
Complementary color
Monochromatic Colors of #C99095
Black with #C99095
Text Example
Text Example
White with #C99095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99095; }
p { color: rgb(201,144,149); }
H1.HeaderClassName
{
color: #C99095;
}
.AnyTagClassName
{
color: #C99095;
}
</style>
background-color css
<style>
a { background-color: #C99095; }
a { background-color: rgb(201,144,149); }
div.DivClassName
{
background-color: #C99095;
}
.BgClassName
{
background-color: #C99095;
}
</style>
border-color css
<style>
span { border-color: #C99095; }
span { border-color: rgb(201,144,149); }
td.TdClassName
{
border-color: #C99095;
}
.TagClassName
{
border-color: #C99095;
}
</style>