Shades of Careys Pink #C39092
Tints of Careys Pink #C39092
RGB
CMYK
RGB Variations
Color information
#C39092 (or 0xC39092) is known color: Careys Pink. HEX triplet: C3, 90 and 92. RGB value is (195,144,146). Sum of RGB (Red+Green+Blue) = 195+144+146=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C39092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39092 is #3C6F6D. Grayscale: #9F9F9F. Windows color (decimal): -3960686 or 9605315. OLE color: 9605315.
HSL color Cylindrical-coordinate representation of color #C39092: hue angle of 357.65º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C39092 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 146 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.24 |
| HSL | 357.65º | 0.3% | 0.66% | - |
| HSV(B) | 357.65º | 0.26% | 0.76% | - |
| XYZ | 37.67 | 33.62 | 31.7 | - |
| YUV | 159.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 146 | 0 | 0.26 | 0.25 | 0.24 | 357.65 | 0.3 | 0.66 |
| Hex | C3 | 90 | 92 | 0 | 1A | 19 | 18 | 166 | 1E | 42 |
| Octal | 303 | 220 | 222 | 0 | 32 | 31 | 30 | 546 | 36 | 102 |
| Binary | 11000011 | 10010000 | 10010010 | 0 | 11010 | 11001 | 11000 | 101100110 | 11110 | 1000010 |
Color Harmonies of #C39092
Complementary color
Monochromatic Colors of #C39092
Black with #C39092
Text Example
Text Example
White with #C39092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39092; }
p { color: rgb(195,144,146); }
H1.HeaderClassName
{
color: #C39092;
}
.AnyTagClassName
{
color: #C39092;
}
</style>
background-color css
<style>
a { background-color: #C39092; }
a { background-color: rgb(195,144,146); }
div.DivClassName
{
background-color: #C39092;
}
.BgClassName
{
background-color: #C39092;
}
</style>
border-color css
<style>
span { border-color: #C39092; }
span { border-color: rgb(195,144,146); }
td.TdClassName
{
border-color: #C39092;
}
.TagClassName
{
border-color: #C39092;
}
</style>