Shades of Careys Pink #CF969A
Tints of Careys Pink #CF969A
RGB
CMYK
RGB Variations
Color information
#CF969A (or 0xCF969A) is known color: Careys Pink. HEX triplet: CF, 96 and 9A. RGB value is (207,150,154). Sum of RGB (Red+Green+Blue) = 207+150+154=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF969A is #306965. Grayscale: #A7A7A7. Windows color (decimal): -3172710 or 10131151. OLE color: 10131151.
HSL color Cylindrical-coordinate representation of color #CF969A: hue angle of 355.79º 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 #CF969A is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 154 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.19 |
| HSL | 355.79º | 0.37% | 0.7% | - |
| HSV(B) | 355.79º | 0.28% | 0.81% | - |
| XYZ | 42.47 | 37.41 | 35.55 | - |
| YUV | 167.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 154 | 0 | 0.28 | 0.26 | 0.19 | 355.79 | 0.37 | 0.7 |
| Hex | CF | 96 | 9A | 0 | 1C | 1A | 13 | 164 | 25 | 46 |
| Octal | 317 | 226 | 232 | 0 | 34 | 32 | 23 | 544 | 45 | 106 |
| Binary | 11001111 | 10010110 | 10011010 | 0 | 11100 | 11010 | 10011 | 101100100 | 100101 | 1000110 |
Color Harmonies of #CF969A
Complementary color
Monochromatic Colors of #CF969A
Black with #CF969A
Text Example
Text Example
White with #CF969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF969A; }
p { color: rgb(207,150,154); }
H1.HeaderClassName
{
color: #CF969A;
}
.AnyTagClassName
{
color: #CF969A;
}
</style>
background-color css
<style>
a { background-color: #CF969A; }
a { background-color: rgb(207,150,154); }
div.DivClassName
{
background-color: #CF969A;
}
.BgClassName
{
background-color: #CF969A;
}
</style>
border-color css
<style>
span { border-color: #CF969A; }
span { border-color: rgb(207,150,154); }
td.TdClassName
{
border-color: #CF969A;
}
.TagClassName
{
border-color: #CF969A;
}
</style>