Shades of Careys Pink #CB949A
Tints of Careys Pink #CB949A
RGB
CMYK
RGB Variations
Color information
#CB949A (or 0xCB949A) is known color: Careys Pink. HEX triplet: CB, 94 and 9A. RGB value is (203,148,154). Sum of RGB (Red+Green+Blue) = 203+148+154=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB949A is #346B65. Grayscale: #A5A5A5. Windows color (decimal): -3435366 or 10130635. OLE color: 10130635.
HSL color Cylindrical-coordinate representation of color #CB949A: hue angle of 353.45º 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 #CB949A is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 154 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.20 |
| HSL | 353.45º | 0.35% | 0.69% | - |
| HSV(B) | 353.45º | 0.27% | 0.8% | - |
| XYZ | 41.05 | 36.21 | 35.4 | - |
| YUV | 165.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 154 | 0 | 0.27 | 0.24 | 0.20 | 353.45 | 0.35 | 0.69 |
| Hex | CB | 94 | 9A | 0 | 1B | 18 | 14 | 161 | 23 | 45 |
| Octal | 313 | 224 | 232 | 0 | 33 | 30 | 24 | 541 | 43 | 105 |
| Binary | 11001011 | 10010100 | 10011010 | 0 | 11011 | 11000 | 10100 | 101100001 | 100011 | 1000101 |
Color Harmonies of #CB949A
Complementary color
Monochromatic Colors of #CB949A
Black with #CB949A
Text Example
Text Example
White with #CB949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB949A; }
p { color: rgb(203,148,154); }
H1.HeaderClassName
{
color: #CB949A;
}
.AnyTagClassName
{
color: #CB949A;
}
</style>
background-color css
<style>
a { background-color: #CB949A; }
a { background-color: rgb(203,148,154); }
div.DivClassName
{
background-color: #CB949A;
}
.BgClassName
{
background-color: #CB949A;
}
</style>
border-color css
<style>
span { border-color: #CB949A; }
span { border-color: rgb(203,148,154); }
td.TdClassName
{
border-color: #CB949A;
}
.TagClassName
{
border-color: #CB949A;
}
</style>