Shades of Fuzzy Wuzzy Brown #C3564F
Tints of Fuzzy Wuzzy Brown #C3564F
RGB
CMYK
RGB Variations
Color information
#C3564F (or 0xC3564F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 56 and 4F. RGB value is (195,86,79). Sum of RGB (Red+Green+Blue) = 195+86+79=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3564F is #3CA9B0. Grayscale: #757575. Windows color (decimal): -3975601 or 5199555. OLE color: 5199555.
HSL color Cylindrical-coordinate representation of color #C3564F: hue angle of 3.62º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3564F is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 79 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.24 |
| HSL | 3.62º | 0.49% | 0.54% | - |
| HSV(B) | 3.62º | 0.59% | 0.76% | - |
| XYZ | 27.24 | 18.82 | 9.59 | - |
| YUV | 117.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 79 | 0 | 0.56 | 0.59 | 0.24 | 3.62 | 0.49 | 0.54 |
| Hex | C3 | 56 | 4F | 0 | 38 | 3B | 18 | 4 | 31 | 36 |
| Octal | 303 | 126 | 117 | 0 | 70 | 73 | 30 | 4 | 61 | 66 |
| Binary | 11000011 | 1010110 | 1001111 | 0 | 111000 | 111011 | 11000 | 100 | 110001 | 110110 |
Color Harmonies of #C3564F
Complementary color
Monochromatic Colors of #C3564F
Black with #C3564F
Text Example
Text Example
White with #C3564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3564F; }
p { color: rgb(195,86,79); }
H1.HeaderClassName
{
color: #C3564F;
}
.AnyTagClassName
{
color: #C3564F;
}
</style>
background-color css
<style>
a { background-color: #C3564F; }
a { background-color: rgb(195,86,79); }
div.DivClassName
{
background-color: #C3564F;
}
.BgClassName
{
background-color: #C3564F;
}
</style>
border-color css
<style>
span { border-color: #C3564F; }
span { border-color: rgb(195,86,79); }
td.TdClassName
{
border-color: #C3564F;
}
.TagClassName
{
border-color: #C3564F;
}
</style>