Shades of Careys Pink #CE9194
Tints of Careys Pink #CE9194
RGB
CMYK
RGB Variations
Color information
#CE9194 (or 0xCE9194) is known color: Careys Pink. HEX triplet: CE, 91 and 94. RGB value is (206,145,148). Sum of RGB (Red+Green+Blue) = 206+145+148=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9194 is #316E6B. Grayscale: #A3A3A3. Windows color (decimal): -3239532 or 9736654. OLE color: 9736654.
HSL color Cylindrical-coordinate representation of color #CE9194: hue angle of 357.05º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9194 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 148 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.19 |
| HSL | 357.05º | 0.38% | 0.69% | - |
| HSV(B) | 357.05º | 0.3% | 0.81% | - |
| XYZ | 40.92 | 35.51 | 32.71 | - |
| YUV | 163.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 148 | 0 | 0.30 | 0.28 | 0.19 | 357.05 | 0.38 | 0.69 |
| Hex | CE | 91 | 94 | 0 | 1E | 1C | 13 | 165 | 26 | 45 |
| Octal | 316 | 221 | 224 | 0 | 36 | 34 | 23 | 545 | 46 | 105 |
| Binary | 11001110 | 10010001 | 10010100 | 0 | 11110 | 11100 | 10011 | 101100101 | 100110 | 1000101 |
Color Harmonies of #CE9194
Complementary color
Monochromatic Colors of #CE9194
Black with #CE9194
Text Example
Text Example
White with #CE9194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9194; }
p { color: rgb(206,145,148); }
H1.HeaderClassName
{
color: #CE9194;
}
.AnyTagClassName
{
color: #CE9194;
}
</style>
background-color css
<style>
a { background-color: #CE9194; }
a { background-color: rgb(206,145,148); }
div.DivClassName
{
background-color: #CE9194;
}
.BgClassName
{
background-color: #CE9194;
}
</style>
border-color css
<style>
span { border-color: #CE9194; }
span { border-color: rgb(206,145,148); }
td.TdClassName
{
border-color: #CE9194;
}
.TagClassName
{
border-color: #CE9194;
}
</style>