Shades of Careys Pink #CF9296
Tints of Careys Pink #CF9296
RGB
CMYK
RGB Variations
Color information
#CF9296 (or 0xCF9296) is known color: Careys Pink. HEX triplet: CF, 92 and 96. RGB value is (207,146,150). Sum of RGB (Red+Green+Blue) = 207+146+150=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9296 is #306D69. Grayscale: #A4A4A4. Windows color (decimal): -3173738 or 9867983. OLE color: 9867983.
HSL color Cylindrical-coordinate representation of color #CF9296: hue angle of 356.07º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9296 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 150 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.19 |
| HSL | 356.07º | 0.39% | 0.69% | - |
| HSV(B) | 356.07º | 0.29% | 0.81% | - |
| XYZ | 41.52 | 36.03 | 33.62 | - |
| YUV | 164.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 150 | 0 | 0.29 | 0.28 | 0.19 | 356.07 | 0.39 | 0.69 |
| Hex | CF | 92 | 96 | 0 | 1D | 1C | 13 | 164 | 27 | 45 |
| Octal | 317 | 222 | 226 | 0 | 35 | 34 | 23 | 544 | 47 | 105 |
| Binary | 11001111 | 10010010 | 10010110 | 0 | 11101 | 11100 | 10011 | 101100100 | 100111 | 1000101 |
Color Harmonies of #CF9296
Complementary color
Monochromatic Colors of #CF9296
Black with #CF9296
Text Example
Text Example
White with #CF9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9296; }
p { color: rgb(207,146,150); }
H1.HeaderClassName
{
color: #CF9296;
}
.AnyTagClassName
{
color: #CF9296;
}
</style>
background-color css
<style>
a { background-color: #CF9296; }
a { background-color: rgb(207,146,150); }
div.DivClassName
{
background-color: #CF9296;
}
.BgClassName
{
background-color: #CF9296;
}
</style>
border-color css
<style>
span { border-color: #CF9296; }
span { border-color: rgb(207,146,150); }
td.TdClassName
{
border-color: #CF9296;
}
.TagClassName
{
border-color: #CF9296;
}
</style>