Shades of Careys Pink #C3989E
Tints of Careys Pink #C3989E
RGB
CMYK
RGB Variations
Color information
#C3989E (or 0xC3989E) is known color: Careys Pink. HEX triplet: C3, 98 and 9E. RGB value is (195,152,158). Sum of RGB (Red+Green+Blue) = 195+152+158=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3989E is #3C6761. Grayscale: #A5A5A5. Windows color (decimal): -3958626 or 10393795. OLE color: 10393795.
HSL color Cylindrical-coordinate representation of color #C3989E: hue angle of 351.63º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3989E is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 158 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.24 |
| HSL | 351.63º | 0.26% | 0.68% | - |
| HSV(B) | 351.63º | 0.22% | 0.76% | - |
| XYZ | 39.91 | 36.53 | 37.29 | - |
| YUV | 165.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 158 | 0 | 0.22 | 0.19 | 0.24 | 351.63 | 0.26 | 0.68 |
| Hex | C3 | 98 | 9E | 0 | 16 | 13 | 18 | 160 | 1A | 44 |
| Octal | 303 | 230 | 236 | 0 | 26 | 23 | 30 | 540 | 32 | 104 |
| Binary | 11000011 | 10011000 | 10011110 | 0 | 10110 | 10011 | 11000 | 101100000 | 11010 | 1000100 |
Color Harmonies of #C3989E
Complementary color
Monochromatic Colors of #C3989E
Black with #C3989E
Text Example
Text Example
White with #C3989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3989E; }
p { color: rgb(195,152,158); }
H1.HeaderClassName
{
color: #C3989E;
}
.AnyTagClassName
{
color: #C3989E;
}
</style>
background-color css
<style>
a { background-color: #C3989E; }
a { background-color: rgb(195,152,158); }
div.DivClassName
{
background-color: #C3989E;
}
.BgClassName
{
background-color: #C3989E;
}
</style>
border-color css
<style>
span { border-color: #C3989E; }
span { border-color: rgb(195,152,158); }
td.TdClassName
{
border-color: #C3989E;
}
.TagClassName
{
border-color: #C3989E;
}
</style>