Shades of Careys Pink #CB97A0
Tints of Careys Pink #CB97A0
RGB
CMYK
RGB Variations
Color information
#CB97A0 (or 0xCB97A0) is known color: Careys Pink. HEX triplet: CB, 97 and A0. RGB value is (203,151,160). Sum of RGB (Red+Green+Blue) = 203+151+160=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB97A0 is #34685F. Grayscale: #A7A7A7. Windows color (decimal): -3434592 or 10524619. OLE color: 10524619.
HSL color Cylindrical-coordinate representation of color #CB97A0: hue angle of 349.62º 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 #CB97A0 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 160 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.20 |
| HSL | 349.62º | 0.33% | 0.69% | - |
| HSV(B) | 349.62º | 0.26% | 0.8% | - |
| XYZ | 42.04 | 37.37 | 38.25 | - |
| YUV | 167.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 160 | 0 | 0.26 | 0.21 | 0.20 | 349.62 | 0.33 | 0.69 |
| Hex | CB | 97 | A0 | 0 | 1A | 15 | 14 | 15E | 21 | 45 |
| Octal | 313 | 227 | 240 | 0 | 32 | 25 | 24 | 536 | 41 | 105 |
| Binary | 11001011 | 10010111 | 10100000 | 0 | 11010 | 10101 | 10100 | 101011110 | 100001 | 1000101 |
Color Harmonies of #CB97A0
Complementary color
Monochromatic Colors of #CB97A0
Black with #CB97A0
Text Example
Text Example
White with #CB97A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97A0; }
p { color: rgb(203,151,160); }
H1.HeaderClassName
{
color: #CB97A0;
}
.AnyTagClassName
{
color: #CB97A0;
}
</style>
background-color css
<style>
a { background-color: #CB97A0; }
a { background-color: rgb(203,151,160); }
div.DivClassName
{
background-color: #CB97A0;
}
.BgClassName
{
background-color: #CB97A0;
}
</style>
border-color css
<style>
span { border-color: #CB97A0; }
span { border-color: rgb(203,151,160); }
td.TdClassName
{
border-color: #CB97A0;
}
.TagClassName
{
border-color: #CB97A0;
}
</style>