Shades of Mandy #C3474B
Tints of Mandy #C3474B
RGB
CMYK
RGB Variations
Color information
#C3474B (or 0xC3474B) is known color: Mandy. HEX triplet: C3, 47 and 4B. RGB value is (195,71,75). Sum of RGB (Red+Green+Blue) = 195+71+75=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3474B is #3CB8B4. Grayscale: #6C6C6C. Windows color (decimal): -3979445 or 4933571. OLE color: 4933571.
HSL color Cylindrical-coordinate representation of color #C3474B: hue angle of 358.06º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3474B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 75 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.24 |
| HSL | 358.06º | 0.51% | 0.52% | - |
| HSV(B) | 358.06º | 0.64% | 0.76% | - |
| XYZ | 26.03 | 16.62 | 8.49 | - |
| YUV | 108.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 75 | 0 | 0.64 | 0.62 | 0.24 | 358.06 | 0.51 | 0.52 |
| Hex | C3 | 47 | 4B | 0 | 40 | 3E | 18 | 166 | 33 | 34 |
| Octal | 303 | 107 | 113 | 0 | 100 | 76 | 30 | 546 | 63 | 64 |
| Binary | 11000011 | 1000111 | 1001011 | 0 | 1000000 | 111110 | 11000 | 101100110 | 110011 | 110100 |
Color Harmonies of #C3474B
Complementary color
Monochromatic Colors of #C3474B
Black with #C3474B
Text Example
Text Example
White with #C3474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3474B; }
p { color: rgb(195,71,75); }
H1.HeaderClassName
{
color: #C3474B;
}
.AnyTagClassName
{
color: #C3474B;
}
</style>
background-color css
<style>
a { background-color: #C3474B; }
a { background-color: rgb(195,71,75); }
div.DivClassName
{
background-color: #C3474B;
}
.BgClassName
{
background-color: #C3474B;
}
</style>
border-color css
<style>
span { border-color: #C3474B; }
span { border-color: rgb(195,71,75); }
td.TdClassName
{
border-color: #C3474B;
}
.TagClassName
{
border-color: #C3474B;
}
</style>