Shades of Careys Pink #C49BA0
Tints of Careys Pink #C49BA0
RGB
CMYK
RGB Variations
Color information
#C49BA0 (or 0xC49BA0) is known color: Careys Pink. HEX triplet: C4, 9B and A0. RGB value is (196,155,160). Sum of RGB (Red+Green+Blue) = 196+155+160=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C49BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49BA0 is #3B645F. Grayscale: #A7A7A7. Windows color (decimal): -3892320 or 10525636. OLE color: 10525636.
HSL color Cylindrical-coordinate representation of color #C49BA0: hue angle of 352.68º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49BA0 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 160 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.23 |
| HSL | 352.68º | 0.26% | 0.69% | - |
| HSV(B) | 352.68º | 0.21% | 0.77% | - |
| XYZ | 40.83 | 37.72 | 38.39 | - |
| YUV | 167.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 160 | 0 | 0.21 | 0.18 | 0.23 | 352.68 | 0.26 | 0.69 |
| Hex | C4 | 9B | A0 | 0 | 15 | 12 | 17 | 161 | 1A | 45 |
| Octal | 304 | 233 | 240 | 0 | 25 | 22 | 27 | 541 | 32 | 105 |
| Binary | 11000100 | 10011011 | 10100000 | 0 | 10101 | 10010 | 10111 | 101100001 | 11010 | 1000101 |
Color Harmonies of #C49BA0
Complementary color
Monochromatic Colors of #C49BA0
Black with #C49BA0
Text Example
Text Example
White with #C49BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BA0; }
p { color: rgb(196,155,160); }
H1.HeaderClassName
{
color: #C49BA0;
}
.AnyTagClassName
{
color: #C49BA0;
}
</style>
background-color css
<style>
a { background-color: #C49BA0; }
a { background-color: rgb(196,155,160); }
div.DivClassName
{
background-color: #C49BA0;
}
.BgClassName
{
background-color: #C49BA0;
}
</style>
border-color css
<style>
span { border-color: #C49BA0; }
span { border-color: rgb(196,155,160); }
td.TdClassName
{
border-color: #C49BA0;
}
.TagClassName
{
border-color: #C49BA0;
}
</style>