Shades of Careys Pink #CF929B
Tints of Careys Pink #CF929B
RGB
CMYK
RGB Variations
Color information
#CF929B (or 0xCF929B) is known color: Careys Pink. HEX triplet: CF, 92 and 9B. RGB value is (207,146,155). Sum of RGB (Red+Green+Blue) = 207+146+155=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF929B is #306D64. Grayscale: #A5A5A5. Windows color (decimal): -3173733 or 10195663. OLE color: 10195663.
HSL color Cylindrical-coordinate representation of color #CF929B: hue angle of 351.15º degrees, saturation: 0.39, 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 #CF929B is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 155 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.19 |
| HSL | 351.15º | 0.39% | 0.69% | - |
| HSV(B) | 351.15º | 0.29% | 0.81% | - |
| XYZ | 41.93 | 36.19 | 35.79 | - |
| YUV | 165.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 155 | 0 | 0.29 | 0.25 | 0.19 | 351.15 | 0.39 | 0.69 |
| Hex | CF | 92 | 9B | 0 | 1D | 19 | 13 | 15F | 27 | 45 |
| Octal | 317 | 222 | 233 | 0 | 35 | 31 | 23 | 537 | 47 | 105 |
| Binary | 11001111 | 10010010 | 10011011 | 0 | 11101 | 11001 | 10011 | 101011111 | 100111 | 1000101 |
Color Harmonies of #CF929B
Complementary color
Monochromatic Colors of #CF929B
Black with #CF929B
Text Example
Text Example
White with #CF929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF929B; }
p { color: rgb(207,146,155); }
H1.HeaderClassName
{
color: #CF929B;
}
.AnyTagClassName
{
color: #CF929B;
}
</style>
background-color css
<style>
a { background-color: #CF929B; }
a { background-color: rgb(207,146,155); }
div.DivClassName
{
background-color: #CF929B;
}
.BgClassName
{
background-color: #CF929B;
}
</style>
border-color css
<style>
span { border-color: #CF929B; }
span { border-color: rgb(207,146,155); }
td.TdClassName
{
border-color: #CF929B;
}
.TagClassName
{
border-color: #CF929B;
}
</style>