Shades of Careys Pink #CB97A1
Tints of Careys Pink #CB97A1
RGB
CMYK
RGB Variations
Color information
#CB97A1 (or 0xCB97A1) is known color: Careys Pink. HEX triplet: CB, 97 and A1. RGB value is (203,151,161). Sum of RGB (Red+Green+Blue) = 203+151+161=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB97A1 is #34685E. Grayscale: #A7A7A7. Windows color (decimal): -3434591 or 10590155. OLE color: 10590155.
HSL color Cylindrical-coordinate representation of color #CB97A1: hue angle of 348.46º 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 #CB97A1 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 161 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.20 |
| HSL | 348.46º | 0.33% | 0.69% | - |
| HSV(B) | 348.46º | 0.26% | 0.8% | - |
| XYZ | 42.13 | 37.4 | 38.72 | - |
| YUV | 167.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 161 | 0 | 0.26 | 0.21 | 0.20 | 348.46 | 0.33 | 0.69 |
| Hex | CB | 97 | A1 | 0 | 1A | 15 | 14 | 15C | 21 | 45 |
| Octal | 313 | 227 | 241 | 0 | 32 | 25 | 24 | 534 | 41 | 105 |
| Binary | 11001011 | 10010111 | 10100001 | 0 | 11010 | 10101 | 10100 | 101011100 | 100001 | 1000101 |
Color Harmonies of #CB97A1
Complementary color
Monochromatic Colors of #CB97A1
Black with #CB97A1
Text Example
Text Example
White with #CB97A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97A1; }
p { color: rgb(203,151,161); }
H1.HeaderClassName
{
color: #CB97A1;
}
.AnyTagClassName
{
color: #CB97A1;
}
</style>
background-color css
<style>
a { background-color: #CB97A1; }
a { background-color: rgb(203,151,161); }
div.DivClassName
{
background-color: #CB97A1;
}
.BgClassName
{
background-color: #CB97A1;
}
</style>
border-color css
<style>
span { border-color: #CB97A1; }
span { border-color: rgb(203,151,161); }
td.TdClassName
{
border-color: #CB97A1;
}
.TagClassName
{
border-color: #CB97A1;
}
</style>