Shades of Careys Pink #CB9296
Tints of Careys Pink #CB9296
RGB
CMYK
RGB Variations
Color information
#CB9296 (or 0xCB9296) is known color: Careys Pink. HEX triplet: CB, 92 and 96. RGB value is (203,146,150). Sum of RGB (Red+Green+Blue) = 203+146+150=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9296 is #346D69. Grayscale: #A3A3A3. Windows color (decimal): -3435882 or 9867979. OLE color: 9867979.
HSL color Cylindrical-coordinate representation of color #CB9296: hue angle of 355.79º 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 #CB9296 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 150 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.20 |
| HSL | 355.79º | 0.35% | 0.68% | - |
| HSV(B) | 355.79º | 0.28% | 0.8% | - |
| XYZ | 40.41 | 35.46 | 33.57 | - |
| YUV | 163.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 150 | 0 | 0.28 | 0.26 | 0.20 | 355.79 | 0.35 | 0.68 |
| Hex | CB | 92 | 96 | 0 | 1C | 1A | 14 | 164 | 23 | 44 |
| Octal | 313 | 222 | 226 | 0 | 34 | 32 | 24 | 544 | 43 | 104 |
| Binary | 11001011 | 10010010 | 10010110 | 0 | 11100 | 11010 | 10100 | 101100100 | 100011 | 1000100 |
Color Harmonies of #CB9296
Complementary color
Monochromatic Colors of #CB9296
Black with #CB9296
Text Example
Text Example
White with #CB9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9296; }
p { color: rgb(203,146,150); }
H1.HeaderClassName
{
color: #CB9296;
}
.AnyTagClassName
{
color: #CB9296;
}
</style>
background-color css
<style>
a { background-color: #CB9296; }
a { background-color: rgb(203,146,150); }
div.DivClassName
{
background-color: #CB9296;
}
.BgClassName
{
background-color: #CB9296;
}
</style>
border-color css
<style>
span { border-color: #CB9296; }
span { border-color: rgb(203,146,150); }
td.TdClassName
{
border-color: #CB9296;
}
.TagClassName
{
border-color: #CB9296;
}
</style>