Shades of Mandy #C35F67
Tints of Mandy #C35F67
RGB
CMYK
RGB Variations
Color information
#C35F67 (or 0xC35F67) is known color: Mandy. HEX triplet: C3, 5F and 67. RGB value is (195,95,103). Sum of RGB (Red+Green+Blue) = 195+95+103=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F67 is #3CA098. Grayscale: #7D7D7D. Windows color (decimal): -3973273 or 6774723. OLE color: 6774723.
HSL color Cylindrical-coordinate representation of color #C35F67: hue angle of 355.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C35F67 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 103 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.24 |
| HSL | 355.2º | 0.45% | 0.57% | - |
| HSV(B) | 355.2º | 0.51% | 0.76% | - |
| XYZ | 29.05 | 20.77 | 15.31 | - |
| YUV | 125.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 103 | 0 | 0.51 | 0.47 | 0.24 | 355.2 | 0.45 | 0.57 |
| Hex | C3 | 5F | 67 | 0 | 33 | 2F | 18 | 163 | 2D | 39 |
| Octal | 303 | 137 | 147 | 0 | 63 | 57 | 30 | 543 | 55 | 71 |
| Binary | 11000011 | 1011111 | 1100111 | 0 | 110011 | 101111 | 11000 | 101100011 | 101101 | 111001 |
Color Harmonies of #C35F67
Complementary color
Monochromatic Colors of #C35F67
Black with #C35F67
Text Example
Text Example
White with #C35F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F67; }
p { color: rgb(195,95,103); }
H1.HeaderClassName
{
color: #C35F67;
}
.AnyTagClassName
{
color: #C35F67;
}
</style>
background-color css
<style>
a { background-color: #C35F67; }
a { background-color: rgb(195,95,103); }
div.DivClassName
{
background-color: #C35F67;
}
.BgClassName
{
background-color: #C35F67;
}
</style>
border-color css
<style>
span { border-color: #C35F67; }
span { border-color: rgb(195,95,103); }
td.TdClassName
{
border-color: #C35F67;
}
.TagClassName
{
border-color: #C35F67;
}
</style>