Shades of Careys Pink #CB97A4
Tints of Careys Pink #CB97A4
RGB
CMYK
RGB Variations
Color information
#CB97A4 (or 0xCB97A4) is known color: Careys Pink. HEX triplet: CB, 97 and A4. RGB value is (203,151,164). Sum of RGB (Red+Green+Blue) = 203+151+164=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB97A4 is #34685B. Grayscale: #A8A8A8. Windows color (decimal): -3434588 or 10786763. OLE color: 10786763.
HSL color Cylindrical-coordinate representation of color #CB97A4: hue angle of 345º 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 #CB97A4 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 164 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.20 |
| HSL | 345º | 0.33% | 0.69% | - |
| HSV(B) | 345º | 0.26% | 0.8% | - |
| XYZ | 42.4 | 37.51 | 40.13 | - |
| YUV | 168.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 164 | 0 | 0.26 | 0.19 | 0.20 | 345 | 0.33 | 0.69 |
| Hex | CB | 97 | A4 | 0 | 1A | 13 | 14 | 159 | 21 | 45 |
| Octal | 313 | 227 | 244 | 0 | 32 | 23 | 24 | 531 | 41 | 105 |
| Binary | 11001011 | 10010111 | 10100100 | 0 | 11010 | 10011 | 10100 | 101011001 | 100001 | 1000101 |
Color Harmonies of #CB97A4
Complementary color
Monochromatic Colors of #CB97A4
Black with #CB97A4
Text Example
Text Example
White with #CB97A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97A4; }
p { color: rgb(203,151,164); }
H1.HeaderClassName
{
color: #CB97A4;
}
.AnyTagClassName
{
color: #CB97A4;
}
</style>
background-color css
<style>
a { background-color: #CB97A4; }
a { background-color: rgb(203,151,164); }
div.DivClassName
{
background-color: #CB97A4;
}
.BgClassName
{
background-color: #CB97A4;
}
</style>
border-color css
<style>
span { border-color: #CB97A4; }
span { border-color: rgb(203,151,164); }
td.TdClassName
{
border-color: #CB97A4;
}
.TagClassName
{
border-color: #CB97A4;
}
</style>