Shades of Careys Pink #CB9498
Tints of Careys Pink #CB9498
RGB
CMYK
RGB Variations
Color information
#CB9498 (or 0xCB9498) is known color: Careys Pink. HEX triplet: CB, 94 and 98. RGB value is (203,148,152). Sum of RGB (Red+Green+Blue) = 203+148+152=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9498 is #346B67. Grayscale: #A4A4A4. Windows color (decimal): -3435368 or 9999563. OLE color: 9999563.
HSL color Cylindrical-coordinate representation of color #CB9498: hue angle of 355.64º degrees, saturation: 0.35, 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 #CB9498 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 152 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.20 |
| HSL | 355.64º | 0.35% | 0.69% | - |
| HSV(B) | 355.64º | 0.27% | 0.8% | - |
| XYZ | 40.89 | 36.14 | 34.53 | - |
| YUV | 164.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 152 | 0 | 0.27 | 0.25 | 0.20 | 355.64 | 0.35 | 0.69 |
| Hex | CB | 94 | 98 | 0 | 1B | 19 | 14 | 164 | 23 | 45 |
| Octal | 313 | 224 | 230 | 0 | 33 | 31 | 24 | 544 | 43 | 105 |
| Binary | 11001011 | 10010100 | 10011000 | 0 | 11011 | 11001 | 10100 | 101100100 | 100011 | 1000101 |
Color Harmonies of #CB9498
Complementary color
Monochromatic Colors of #CB9498
Black with #CB9498
Text Example
Text Example
White with #CB9498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9498; }
p { color: rgb(203,148,152); }
H1.HeaderClassName
{
color: #CB9498;
}
.AnyTagClassName
{
color: #CB9498;
}
</style>
background-color css
<style>
a { background-color: #CB9498; }
a { background-color: rgb(203,148,152); }
div.DivClassName
{
background-color: #CB9498;
}
.BgClassName
{
background-color: #CB9498;
}
</style>
border-color css
<style>
span { border-color: #CB9498; }
span { border-color: rgb(203,148,152); }
td.TdClassName
{
border-color: #CB9498;
}
.TagClassName
{
border-color: #CB9498;
}
</style>