Shades of Careys Pink #CB97A3
Tints of Careys Pink #CB97A3
RGB
CMYK
RGB Variations
Color information
#CB97A3 (or 0xCB97A3) is known color: Careys Pink. HEX triplet: CB, 97 and A3. RGB value is (203,151,163). Sum of RGB (Red+Green+Blue) = 203+151+163=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB97A3 is #34685C. Grayscale: #A7A7A7. Windows color (decimal): -3434589 or 10721227. OLE color: 10721227.
HSL color Cylindrical-coordinate representation of color #CB97A3: hue angle of 346.15º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB97A3 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 163 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.20 |
| HSL | 346.15º | 0.33% | 0.69% | - |
| HSV(B) | 346.15º | 0.26% | 0.8% | - |
| XYZ | 42.31 | 37.47 | 39.65 | - |
| YUV | 167.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 163 | 0 | 0.26 | 0.20 | 0.20 | 346.15 | 0.33 | 0.69 |
| Hex | CB | 97 | A3 | 0 | 1A | 14 | 14 | 15A | 21 | 45 |
| Octal | 313 | 227 | 243 | 0 | 32 | 24 | 24 | 532 | 41 | 105 |
| Binary | 11001011 | 10010111 | 10100011 | 0 | 11010 | 10100 | 10100 | 101011010 | 100001 | 1000101 |
Color Harmonies of #CB97A3
Complementary color
Monochromatic Colors of #CB97A3
Black with #CB97A3
Text Example
Text Example
White with #CB97A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97A3; }
p { color: rgb(203,151,163); }
H1.HeaderClassName
{
color: #CB97A3;
}
.AnyTagClassName
{
color: #CB97A3;
}
</style>
background-color css
<style>
a { background-color: #CB97A3; }
a { background-color: rgb(203,151,163); }
div.DivClassName
{
background-color: #CB97A3;
}
.BgClassName
{
background-color: #CB97A3;
}
</style>
border-color css
<style>
span { border-color: #CB97A3; }
span { border-color: rgb(203,151,163); }
td.TdClassName
{
border-color: #CB97A3;
}
.TagClassName
{
border-color: #CB97A3;
}
</style>