Shades of Careys Pink #C3949B
Tints of Careys Pink #C3949B
RGB
CMYK
RGB Variations
Color information
#C3949B (or 0xC3949B) is known color: Careys Pink. HEX triplet: C3, 94 and 9B. RGB value is (195,148,155). Sum of RGB (Red+Green+Blue) = 195+148+155=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3949B is #3C6B64. Grayscale: #A2A2A2. Windows color (decimal): -3959653 or 10196163. OLE color: 10196163.
HSL color Cylindrical-coordinate representation of color #C3949B: hue angle of 351.06º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3949B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 155 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.24 |
| HSL | 351.06º | 0.28% | 0.67% | - |
| HSV(B) | 351.06º | 0.24% | 0.76% | - |
| XYZ | 39.01 | 35.15 | 35.74 | - |
| YUV | 162.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 155 | 0 | 0.24 | 0.21 | 0.24 | 351.06 | 0.28 | 0.67 |
| Hex | C3 | 94 | 9B | 0 | 18 | 15 | 18 | 15F | 1C | 43 |
| Octal | 303 | 224 | 233 | 0 | 30 | 25 | 30 | 537 | 34 | 103 |
| Binary | 11000011 | 10010100 | 10011011 | 0 | 11000 | 10101 | 11000 | 101011111 | 11100 | 1000011 |
Color Harmonies of #C3949B
Complementary color
Monochromatic Colors of #C3949B
Black with #C3949B
Text Example
Text Example
White with #C3949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3949B; }
p { color: rgb(195,148,155); }
H1.HeaderClassName
{
color: #C3949B;
}
.AnyTagClassName
{
color: #C3949B;
}
</style>
background-color css
<style>
a { background-color: #C3949B; }
a { background-color: rgb(195,148,155); }
div.DivClassName
{
background-color: #C3949B;
}
.BgClassName
{
background-color: #C3949B;
}
</style>
border-color css
<style>
span { border-color: #C3949B; }
span { border-color: rgb(195,148,155); }
td.TdClassName
{
border-color: #C3949B;
}
.TagClassName
{
border-color: #C3949B;
}
</style>