Shades of Careys Pink #CB959F
Tints of Careys Pink #CB959F
RGB
CMYK
RGB Variations
Color information
#CB959F (or 0xCB959F) is known color: Careys Pink. HEX triplet: CB, 95 and 9F. RGB value is (203,149,159). Sum of RGB (Red+Green+Blue) = 203+149+159=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB959F is #346A60. Grayscale: #A6A6A6. Windows color (decimal): -3435105 or 10458571. OLE color: 10458571.
HSL color Cylindrical-coordinate representation of color #CB959F: hue angle of 348.89º degrees, saturation: 0.34, 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 #CB959F is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 159 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.20 |
| HSL | 348.89º | 0.34% | 0.69% | - |
| HSV(B) | 348.89º | 0.27% | 0.8% | - |
| XYZ | 41.63 | 36.69 | 37.69 | - |
| YUV | 166.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 159 | 0 | 0.27 | 0.22 | 0.20 | 348.89 | 0.34 | 0.69 |
| Hex | CB | 95 | 9F | 0 | 1B | 16 | 14 | 15D | 22 | 45 |
| Octal | 313 | 225 | 237 | 0 | 33 | 26 | 24 | 535 | 42 | 105 |
| Binary | 11001011 | 10010101 | 10011111 | 0 | 11011 | 10110 | 10100 | 101011101 | 100010 | 1000101 |
Color Harmonies of #CB959F
Complementary color
Monochromatic Colors of #CB959F
Black with #CB959F
Text Example
Text Example
White with #CB959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB959F; }
p { color: rgb(203,149,159); }
H1.HeaderClassName
{
color: #CB959F;
}
.AnyTagClassName
{
color: #CB959F;
}
</style>
background-color css
<style>
a { background-color: #CB959F; }
a { background-color: rgb(203,149,159); }
div.DivClassName
{
background-color: #CB959F;
}
.BgClassName
{
background-color: #CB959F;
}
</style>
border-color css
<style>
span { border-color: #CB959F; }
span { border-color: rgb(203,149,159); }
td.TdClassName
{
border-color: #CB959F;
}
.TagClassName
{
border-color: #CB959F;
}
</style>