Shades of Careys Pink #C4939A
Tints of Careys Pink #C4939A
RGB
CMYK
RGB Variations
Color information
#C4939A (or 0xC4939A) is known color: Careys Pink. HEX triplet: C4, 93 and 9A. RGB value is (196,147,154). Sum of RGB (Red+Green+Blue) = 196+147+154=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4939A is #3B6C65. Grayscale: #A2A2A2. Windows color (decimal): -3894374 or 10130372. OLE color: 10130372.
HSL color Cylindrical-coordinate representation of color #C4939A: hue angle of 351.43º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4939A is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 154 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.23 |
| HSL | 351.43º | 0.29% | 0.67% | - |
| HSV(B) | 351.43º | 0.25% | 0.77% | - |
| XYZ | 39.03 | 34.94 | 35.26 | - |
| YUV | 162.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 154 | 0 | 0.25 | 0.21 | 0.23 | 351.43 | 0.29 | 0.67 |
| Hex | C4 | 93 | 9A | 0 | 19 | 15 | 17 | 15F | 1D | 43 |
| Octal | 304 | 223 | 232 | 0 | 31 | 25 | 27 | 537 | 35 | 103 |
| Binary | 11000100 | 10010011 | 10011010 | 0 | 11001 | 10101 | 10111 | 101011111 | 11101 | 1000011 |
Color Harmonies of #C4939A
Complementary color
Monochromatic Colors of #C4939A
Black with #C4939A
Text Example
Text Example
White with #C4939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4939A; }
p { color: rgb(196,147,154); }
H1.HeaderClassName
{
color: #C4939A;
}
.AnyTagClassName
{
color: #C4939A;
}
</style>
background-color css
<style>
a { background-color: #C4939A; }
a { background-color: rgb(196,147,154); }
div.DivClassName
{
background-color: #C4939A;
}
.BgClassName
{
background-color: #C4939A;
}
</style>
border-color css
<style>
span { border-color: #C4939A; }
span { border-color: rgb(196,147,154); }
td.TdClassName
{
border-color: #C4939A;
}
.TagClassName
{
border-color: #C4939A;
}
</style>