Shades of Careys Pink #CB9298
Tints of Careys Pink #CB9298
RGB
CMYK
RGB Variations
Color information
#CB9298 (or 0xCB9298) is known color: Careys Pink. HEX triplet: CB, 92 and 98. RGB value is (203,146,152). Sum of RGB (Red+Green+Blue) = 203+146+152=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9298 is #346D67. Grayscale: #A3A3A3. Windows color (decimal): -3435880 or 9999051. OLE color: 9999051.
HSL color Cylindrical-coordinate representation of color #CB9298: hue angle of 353.68º 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 #CB9298 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 152 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.20 |
| HSL | 353.68º | 0.35% | 0.68% | - |
| HSV(B) | 353.68º | 0.28% | 0.8% | - |
| XYZ | 40.57 | 35.52 | 34.42 | - |
| YUV | 163.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 152 | 0 | 0.28 | 0.25 | 0.20 | 353.68 | 0.35 | 0.68 |
| Hex | CB | 92 | 98 | 0 | 1C | 19 | 14 | 162 | 23 | 44 |
| Octal | 313 | 222 | 230 | 0 | 34 | 31 | 24 | 542 | 43 | 104 |
| Binary | 11001011 | 10010010 | 10011000 | 0 | 11100 | 11001 | 10100 | 101100010 | 100011 | 1000100 |
Color Harmonies of #CB9298
Complementary color
Monochromatic Colors of #CB9298
Black with #CB9298
Text Example
Text Example
White with #CB9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9298; }
p { color: rgb(203,146,152); }
H1.HeaderClassName
{
color: #CB9298;
}
.AnyTagClassName
{
color: #CB9298;
}
</style>
background-color css
<style>
a { background-color: #CB9298; }
a { background-color: rgb(203,146,152); }
div.DivClassName
{
background-color: #CB9298;
}
.BgClassName
{
background-color: #CB9298;
}
</style>
border-color css
<style>
span { border-color: #CB9298; }
span { border-color: rgb(203,146,152); }
td.TdClassName
{
border-color: #CB9298;
}
.TagClassName
{
border-color: #CB9298;
}
</style>