Shades of Careys Pink #CF969C
Tints of Careys Pink #CF969C
RGB
CMYK
RGB Variations
Color information
#CF969C (or 0xCF969C) is known color: Careys Pink. HEX triplet: CF, 96 and 9C. RGB value is (207,150,156). Sum of RGB (Red+Green+Blue) = 207+150+156=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF969C is #306963. Grayscale: #A7A7A7. Windows color (decimal): -3172708 or 10262223. OLE color: 10262223.
HSL color Cylindrical-coordinate representation of color #CF969C: hue angle of 353.68º 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 #CF969C is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 156 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.19 |
| HSL | 353.68º | 0.37% | 0.7% | - |
| HSV(B) | 353.68º | 0.28% | 0.81% | - |
| XYZ | 42.64 | 37.48 | 36.44 | - |
| YUV | 167.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 156 | 0 | 0.28 | 0.25 | 0.19 | 353.68 | 0.37 | 0.7 |
| Hex | CF | 96 | 9C | 0 | 1C | 19 | 13 | 162 | 25 | 46 |
| Octal | 317 | 226 | 234 | 0 | 34 | 31 | 23 | 542 | 45 | 106 |
| Binary | 11001111 | 10010110 | 10011100 | 0 | 11100 | 11001 | 10011 | 101100010 | 100101 | 1000110 |
Color Harmonies of #CF969C
Complementary color
Monochromatic Colors of #CF969C
Black with #CF969C
Text Example
Text Example
White with #CF969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF969C; }
p { color: rgb(207,150,156); }
H1.HeaderClassName
{
color: #CF969C;
}
.AnyTagClassName
{
color: #CF969C;
}
</style>
background-color css
<style>
a { background-color: #CF969C; }
a { background-color: rgb(207,150,156); }
div.DivClassName
{
background-color: #CF969C;
}
.BgClassName
{
background-color: #CF969C;
}
</style>
border-color css
<style>
span { border-color: #CF969C; }
span { border-color: rgb(207,150,156); }
td.TdClassName
{
border-color: #CF969C;
}
.TagClassName
{
border-color: #CF969C;
}
</style>