Shades of Careys Pink #C39194
Tints of Careys Pink #C39194
RGB
CMYK
RGB Variations
Color information
#C39194 (or 0xC39194) is known color: Careys Pink. HEX triplet: C3, 91 and 94. RGB value is (195,145,148). Sum of RGB (Red+Green+Blue) = 195+145+148=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C39194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39194 is #3C6E6B. Grayscale: #A0A0A0. Windows color (decimal): -3960428 or 9736643. OLE color: 9736643.
HSL color Cylindrical-coordinate representation of color #C39194: hue angle of 356.4º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C39194 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 148 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.24 |
| HSL | 356.4º | 0.29% | 0.67% | - |
| HSV(B) | 356.4º | 0.26% | 0.76% | - |
| XYZ | 37.98 | 33.99 | 32.58 | - |
| YUV | 160.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 148 | 0 | 0.26 | 0.24 | 0.24 | 356.4 | 0.29 | 0.67 |
| Hex | C3 | 91 | 94 | 0 | 1A | 18 | 18 | 164 | 1D | 43 |
| Octal | 303 | 221 | 224 | 0 | 32 | 30 | 30 | 544 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10010100 | 0 | 11010 | 11000 | 11000 | 101100100 | 11101 | 1000011 |
Color Harmonies of #C39194
Complementary color
Monochromatic Colors of #C39194
Black with #C39194
Text Example
Text Example
White with #C39194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39194; }
p { color: rgb(195,145,148); }
H1.HeaderClassName
{
color: #C39194;
}
.AnyTagClassName
{
color: #C39194;
}
</style>
background-color css
<style>
a { background-color: #C39194; }
a { background-color: rgb(195,145,148); }
div.DivClassName
{
background-color: #C39194;
}
.BgClassName
{
background-color: #C39194;
}
</style>
border-color css
<style>
span { border-color: #C39194; }
span { border-color: rgb(195,145,148); }
td.TdClassName
{
border-color: #C39194;
}
.TagClassName
{
border-color: #C39194;
}
</style>