Shades of Careys Pink #C9939A
Tints of Careys Pink #C9939A
RGB
CMYK
RGB Variations
Color information
#C9939A (or 0xC9939A) is known color: Careys Pink. HEX triplet: C9, 93 and 9A. RGB value is (201,147,154). Sum of RGB (Red+Green+Blue) = 201+147+154=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9939A is #366C65. Grayscale: #A3A3A3. Windows color (decimal): -3566694 or 10130377. OLE color: 10130377.
HSL color Cylindrical-coordinate representation of color #C9939A: hue angle of 352.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9939A is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 154 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.21 |
| HSL | 352.22º | 0.33% | 0.68% | - |
| HSV(B) | 352.22º | 0.27% | 0.79% | - |
| XYZ | 40.35 | 35.62 | 35.32 | - |
| YUV | 163.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 154 | 0 | 0.27 | 0.23 | 0.21 | 352.22 | 0.33 | 0.68 |
| Hex | C9 | 93 | 9A | 0 | 1B | 17 | 15 | 160 | 21 | 44 |
| Octal | 311 | 223 | 232 | 0 | 33 | 27 | 25 | 540 | 41 | 104 |
| Binary | 11001001 | 10010011 | 10011010 | 0 | 11011 | 10111 | 10101 | 101100000 | 100001 | 1000100 |
Color Harmonies of #C9939A
Complementary color
Monochromatic Colors of #C9939A
Black with #C9939A
Text Example
Text Example
White with #C9939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9939A; }
p { color: rgb(201,147,154); }
H1.HeaderClassName
{
color: #C9939A;
}
.AnyTagClassName
{
color: #C9939A;
}
</style>
background-color css
<style>
a { background-color: #C9939A; }
a { background-color: rgb(201,147,154); }
div.DivClassName
{
background-color: #C9939A;
}
.BgClassName
{
background-color: #C9939A;
}
</style>
border-color css
<style>
span { border-color: #C9939A; }
span { border-color: rgb(201,147,154); }
td.TdClassName
{
border-color: #C9939A;
}
.TagClassName
{
border-color: #C9939A;
}
</style>