Shades of Careys Pink #CB949F
Tints of Careys Pink #CB949F
RGB
CMYK
RGB Variations
Color information
#CB949F (or 0xCB949F) is known color: Careys Pink. HEX triplet: CB, 94 and 9F. RGB value is (203,148,159). Sum of RGB (Red+Green+Blue) = 203+148+159=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB949F is #346B60. Grayscale: #A5A5A5. Windows color (decimal): -3435361 or 10458315. OLE color: 10458315.
HSL color Cylindrical-coordinate representation of color #CB949F: hue angle of 348º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB949F is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 159 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.20 |
| HSL | 348º | 0.35% | 0.69% | - |
| HSV(B) | 348º | 0.27% | 0.8% | - |
| XYZ | 41.48 | 36.38 | 37.64 | - |
| YUV | 165.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 159 | 0 | 0.27 | 0.22 | 0.20 | 348 | 0.35 | 0.69 |
| Hex | CB | 94 | 9F | 0 | 1B | 16 | 14 | 15C | 23 | 45 |
| Octal | 313 | 224 | 237 | 0 | 33 | 26 | 24 | 534 | 43 | 105 |
| Binary | 11001011 | 10010100 | 10011111 | 0 | 11011 | 10110 | 10100 | 101011100 | 100011 | 1000101 |
Color Harmonies of #CB949F
Complementary color
Monochromatic Colors of #CB949F
Black with #CB949F
Text Example
Text Example
White with #CB949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB949F; }
p { color: rgb(203,148,159); }
H1.HeaderClassName
{
color: #CB949F;
}
.AnyTagClassName
{
color: #CB949F;
}
</style>
background-color css
<style>
a { background-color: #CB949F; }
a { background-color: rgb(203,148,159); }
div.DivClassName
{
background-color: #CB949F;
}
.BgClassName
{
background-color: #CB949F;
}
</style>
border-color css
<style>
span { border-color: #CB949F; }
span { border-color: rgb(203,148,159); }
td.TdClassName
{
border-color: #CB949F;
}
.TagClassName
{
border-color: #CB949F;
}
</style>