Shades of Careys Pink #CF96A4
Tints of Careys Pink #CF96A4
RGB
CMYK
RGB Variations
Color information
#CF96A4 (or 0xCF96A4) is known color: Careys Pink. HEX triplet: CF, 96 and A4. RGB value is (207,150,164). Sum of RGB (Red+Green+Blue) = 207+150+164=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF96A4 is #30695B. Grayscale: #A8A8A8. Windows color (decimal): -3172700 or 10786511. OLE color: 10786511.
HSL color Cylindrical-coordinate representation of color #CF96A4: hue angle of 345.26º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF96A4 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 164 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.19 |
| HSL | 345.26º | 0.37% | 0.7% | - |
| HSV(B) | 345.26º | 0.28% | 0.81% | - |
| XYZ | 43.34 | 37.76 | 40.13 | - |
| YUV | 168.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 164 | 0 | 0.28 | 0.21 | 0.19 | 345.26 | 0.37 | 0.7 |
| Hex | CF | 96 | A4 | 0 | 1C | 15 | 13 | 159 | 25 | 46 |
| Octal | 317 | 226 | 244 | 0 | 34 | 25 | 23 | 531 | 45 | 106 |
| Binary | 11001111 | 10010110 | 10100100 | 0 | 11100 | 10101 | 10011 | 101011001 | 100101 | 1000110 |
Color Harmonies of #CF96A4
Complementary color
Monochromatic Colors of #CF96A4
Black with #CF96A4
Text Example
Text Example
White with #CF96A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96A4; }
p { color: rgb(207,150,164); }
H1.HeaderClassName
{
color: #CF96A4;
}
.AnyTagClassName
{
color: #CF96A4;
}
</style>
background-color css
<style>
a { background-color: #CF96A4; }
a { background-color: rgb(207,150,164); }
div.DivClassName
{
background-color: #CF96A4;
}
.BgClassName
{
background-color: #CF96A4;
}
</style>
border-color css
<style>
span { border-color: #CF96A4; }
span { border-color: rgb(207,150,164); }
td.TdClassName
{
border-color: #CF96A4;
}
.TagClassName
{
border-color: #CF96A4;
}
</style>