Shades of Careys Pink #CF9192
Tints of Careys Pink #CF9192
RGB
CMYK
RGB Variations
Color information
#CF9192 (or 0xCF9192) is known color: Careys Pink. HEX triplet: CF, 91 and 92. RGB value is (207,145,146). Sum of RGB (Red+Green+Blue) = 207+145+146=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9192 is #306E6D. Grayscale: #A3A3A3. Windows color (decimal): -3173998 or 9605583. OLE color: 9605583.
HSL color Cylindrical-coordinate representation of color #CF9192: hue angle of 359.03º degrees, saturation: 0.39, 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 #CF9192 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 146 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.19 |
| HSL | 359.03º | 0.39% | 0.69% | - |
| HSV(B) | 359.03º | 0.3% | 0.81% | - |
| XYZ | 41.05 | 35.59 | 31.9 | - |
| YUV | 163.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 146 | 0 | 0.30 | 0.29 | 0.19 | 359.03 | 0.39 | 0.69 |
| Hex | CF | 91 | 92 | 0 | 1E | 1D | 13 | 167 | 27 | 45 |
| Octal | 317 | 221 | 222 | 0 | 36 | 35 | 23 | 547 | 47 | 105 |
| Binary | 11001111 | 10010001 | 10010010 | 0 | 11110 | 11101 | 10011 | 101100111 | 100111 | 1000101 |
Color Harmonies of #CF9192
Complementary color
Monochromatic Colors of #CF9192
Black with #CF9192
Text Example
Text Example
White with #CF9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9192; }
p { color: rgb(207,145,146); }
H1.HeaderClassName
{
color: #CF9192;
}
.AnyTagClassName
{
color: #CF9192;
}
</style>
background-color css
<style>
a { background-color: #CF9192; }
a { background-color: rgb(207,145,146); }
div.DivClassName
{
background-color: #CF9192;
}
.BgClassName
{
background-color: #CF9192;
}
</style>
border-color css
<style>
span { border-color: #CF9192; }
span { border-color: rgb(207,145,146); }
td.TdClassName
{
border-color: #CF9192;
}
.TagClassName
{
border-color: #CF9192;
}
</style>