Shades of Careys Pink #CB9293
Tints of Careys Pink #CB9293
RGB
CMYK
RGB Variations
Color information
#CB9293 (or 0xCB9293) is known color: Careys Pink. HEX triplet: CB, 92 and 93. RGB value is (203,146,147). Sum of RGB (Red+Green+Blue) = 203+146+147=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9293 is #346D6C. Grayscale: #A3A3A3. Windows color (decimal): -3435885 or 9671371. OLE color: 9671371.
HSL color Cylindrical-coordinate representation of color #CB9293: hue angle of 358.95º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9293 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 147 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.20 |
| HSL | 358.95º | 0.35% | 0.68% | - |
| HSV(B) | 358.95º | 0.28% | 0.8% | - |
| XYZ | 40.17 | 35.36 | 32.31 | - |
| YUV | 163.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 147 | 0 | 0.28 | 0.28 | 0.20 | 358.95 | 0.35 | 0.68 |
| Hex | CB | 92 | 93 | 0 | 1C | 1C | 14 | 167 | 23 | 44 |
| Octal | 313 | 222 | 223 | 0 | 34 | 34 | 24 | 547 | 43 | 104 |
| Binary | 11001011 | 10010010 | 10010011 | 0 | 11100 | 11100 | 10100 | 101100111 | 100011 | 1000100 |
Color Harmonies of #CB9293
Complementary color
Monochromatic Colors of #CB9293
Black with #CB9293
Text Example
Text Example
White with #CB9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9293; }
p { color: rgb(203,146,147); }
H1.HeaderClassName
{
color: #CB9293;
}
.AnyTagClassName
{
color: #CB9293;
}
</style>
background-color css
<style>
a { background-color: #CB9293; }
a { background-color: rgb(203,146,147); }
div.DivClassName
{
background-color: #CB9293;
}
.BgClassName
{
background-color: #CB9293;
}
</style>
border-color css
<style>
span { border-color: #CB9293; }
span { border-color: rgb(203,146,147); }
td.TdClassName
{
border-color: #CB9293;
}
.TagClassName
{
border-color: #CB9293;
}
</style>