Shades of Careys Pink #C39A9D
Tints of Careys Pink #C39A9D
RGB
CMYK
RGB Variations
Color information
#C39A9D (or 0xC39A9D) is known color: Careys Pink. HEX triplet: C3, 9A and 9D. RGB value is (195,154,157). Sum of RGB (Red+Green+Blue) = 195+154+157=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A9D is #3C6562. Grayscale: #A6A6A6. Windows color (decimal): -3958115 or 10328771. OLE color: 10328771.
HSL color Cylindrical-coordinate representation of color #C39A9D: hue angle of 355.61º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39A9D is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 157 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.24 |
| HSL | 355.61º | 0.25% | 0.68% | - |
| HSV(B) | 355.61º | 0.21% | 0.76% | - |
| XYZ | 40.15 | 37.15 | 36.95 | - |
| YUV | 166.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 157 | 0 | 0.21 | 0.19 | 0.24 | 355.61 | 0.25 | 0.68 |
| Hex | C3 | 9A | 9D | 0 | 15 | 13 | 18 | 164 | 19 | 44 |
| Octal | 303 | 232 | 235 | 0 | 25 | 23 | 30 | 544 | 31 | 104 |
| Binary | 11000011 | 10011010 | 10011101 | 0 | 10101 | 10011 | 11000 | 101100100 | 11001 | 1000100 |
Color Harmonies of #C39A9D
Complementary color
Monochromatic Colors of #C39A9D
Black with #C39A9D
Text Example
Text Example
White with #C39A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A9D; }
p { color: rgb(195,154,157); }
H1.HeaderClassName
{
color: #C39A9D;
}
.AnyTagClassName
{
color: #C39A9D;
}
</style>
background-color css
<style>
a { background-color: #C39A9D; }
a { background-color: rgb(195,154,157); }
div.DivClassName
{
background-color: #C39A9D;
}
.BgClassName
{
background-color: #C39A9D;
}
</style>
border-color css
<style>
span { border-color: #C39A9D; }
span { border-color: rgb(195,154,157); }
td.TdClassName
{
border-color: #C39A9D;
}
.TagClassName
{
border-color: #C39A9D;
}
</style>