Shades of Careys Pink #CF939C
Tints of Careys Pink #CF939C
RGB
CMYK
RGB Variations
Color information
#CF939C (or 0xCF939C) is known color: Careys Pink. HEX triplet: CF, 93 and 9C. RGB value is (207,147,156). Sum of RGB (Red+Green+Blue) = 207+147+156=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF939C is #306C63. Grayscale: #A5A5A5. Windows color (decimal): -3173476 or 10261455. OLE color: 10261455.
HSL color Cylindrical-coordinate representation of color #CF939C: hue angle of 351º 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 #CF939C is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 156 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.19 |
| HSL | 351º | 0.38% | 0.69% | - |
| HSV(B) | 351º | 0.29% | 0.81% | - |
| XYZ | 42.17 | 36.53 | 36.28 | - |
| YUV | 165.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 156 | 0 | 0.29 | 0.25 | 0.19 | 351 | 0.38 | 0.69 |
| Hex | CF | 93 | 9C | 0 | 1D | 19 | 13 | 15F | 26 | 45 |
| Octal | 317 | 223 | 234 | 0 | 35 | 31 | 23 | 537 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10011100 | 0 | 11101 | 11001 | 10011 | 101011111 | 100110 | 1000101 |
Color Harmonies of #CF939C
Complementary color
Monochromatic Colors of #CF939C
Black with #CF939C
Text Example
Text Example
White with #CF939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF939C; }
p { color: rgb(207,147,156); }
H1.HeaderClassName
{
color: #CF939C;
}
.AnyTagClassName
{
color: #CF939C;
}
</style>
background-color css
<style>
a { background-color: #CF939C; }
a { background-color: rgb(207,147,156); }
div.DivClassName
{
background-color: #CF939C;
}
.BgClassName
{
background-color: #CF939C;
}
</style>
border-color css
<style>
span { border-color: #CF939C; }
span { border-color: rgb(207,147,156); }
td.TdClassName
{
border-color: #CF939C;
}
.TagClassName
{
border-color: #CF939C;
}
</style>