Shades of Careys Pink #CF9397
Tints of Careys Pink #CF9397
RGB
CMYK
RGB Variations
Color information
#CF9397 (or 0xCF9397) is known color: Careys Pink. HEX triplet: CF, 93 and 97. RGB value is (207,147,151). Sum of RGB (Red+Green+Blue) = 207+147+151=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9397 is #306C68. Grayscale: #A5A5A5. Windows color (decimal): -3173481 or 9933775. OLE color: 9933775.
HSL color Cylindrical-coordinate representation of color #CF9397: hue angle of 356º degrees, saturation: 0.38, 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 #CF9397 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 151 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.19 |
| HSL | 356º | 0.38% | 0.69% | - |
| HSV(B) | 356º | 0.29% | 0.81% | - |
| XYZ | 41.75 | 36.37 | 34.1 | - |
| YUV | 165.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 151 | 0 | 0.29 | 0.27 | 0.19 | 356 | 0.38 | 0.69 |
| Hex | CF | 93 | 97 | 0 | 1D | 1B | 13 | 164 | 26 | 45 |
| Octal | 317 | 223 | 227 | 0 | 35 | 33 | 23 | 544 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10010111 | 0 | 11101 | 11011 | 10011 | 101100100 | 100110 | 1000101 |
Color Harmonies of #CF9397
Complementary color
Monochromatic Colors of #CF9397
Black with #CF9397
Text Example
Text Example
White with #CF9397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9397; }
p { color: rgb(207,147,151); }
H1.HeaderClassName
{
color: #CF9397;
}
.AnyTagClassName
{
color: #CF9397;
}
</style>
background-color css
<style>
a { background-color: #CF9397; }
a { background-color: rgb(207,147,151); }
div.DivClassName
{
background-color: #CF9397;
}
.BgClassName
{
background-color: #CF9397;
}
</style>
border-color css
<style>
span { border-color: #CF9397; }
span { border-color: rgb(207,147,151); }
td.TdClassName
{
border-color: #CF9397;
}
.TagClassName
{
border-color: #CF9397;
}
</style>