Shades of Careys Pink #CB9193
Tints of Careys Pink #CB9193
RGB
CMYK
RGB Variations
Color information
#CB9193 (or 0xCB9193) is known color: Careys Pink. HEX triplet: CB, 91 and 93. RGB value is (203,145,147). Sum of RGB (Red+Green+Blue) = 203+145+147=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9193 is #346E6C. Grayscale: #A2A2A2. Windows color (decimal): -3436141 or 9671115. OLE color: 9671115.
HSL color Cylindrical-coordinate representation of color #CB9193: hue angle of 357.93º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9193 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 147 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.20 |
| HSL | 357.93º | 0.36% | 0.68% | - |
| HSV(B) | 357.93º | 0.29% | 0.8% | - |
| XYZ | 40.02 | 35.05 | 32.26 | - |
| YUV | 162.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 147 | 0 | 0.29 | 0.28 | 0.20 | 357.93 | 0.36 | 0.68 |
| Hex | CB | 91 | 93 | 0 | 1D | 1C | 14 | 166 | 24 | 44 |
| Octal | 313 | 221 | 223 | 0 | 35 | 34 | 24 | 546 | 44 | 104 |
| Binary | 11001011 | 10010001 | 10010011 | 0 | 11101 | 11100 | 10100 | 101100110 | 100100 | 1000100 |
Color Harmonies of #CB9193
Complementary color
Monochromatic Colors of #CB9193
Black with #CB9193
Text Example
Text Example
White with #CB9193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9193; }
p { color: rgb(203,145,147); }
H1.HeaderClassName
{
color: #CB9193;
}
.AnyTagClassName
{
color: #CB9193;
}
</style>
background-color css
<style>
a { background-color: #CB9193; }
a { background-color: rgb(203,145,147); }
div.DivClassName
{
background-color: #CB9193;
}
.BgClassName
{
background-color: #CB9193;
}
</style>
border-color css
<style>
span { border-color: #CB9193; }
span { border-color: rgb(203,145,147); }
td.TdClassName
{
border-color: #CB9193;
}
.TagClassName
{
border-color: #CB9193;
}
</style>