Shades of Fuzzy Wuzzy Brown #C65351
Tints of Fuzzy Wuzzy Brown #C65351
RGB
CMYK
RGB Variations
Color information
#C65351 (or 0xC65351) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 53 and 51. RGB value is (198,83,81). Sum of RGB (Red+Green+Blue) = 198+83+81=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C65351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65351 is #39ACAE. Grayscale: #757575. Windows color (decimal): -3779759 or 5329862. OLE color: 5329862.
HSL color Cylindrical-coordinate representation of color #C65351: hue angle of 1.03º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65351 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 81 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.22 |
| HSL | 1.03º | 0.51% | 0.55% | - |
| HSV(B) | 1.03º | 0.59% | 0.78% | - |
| XYZ | 27.87 | 18.79 | 9.94 | - |
| YUV | 117.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 81 | 0 | 0.58 | 0.59 | 0.22 | 1.03 | 0.51 | 0.55 |
| Hex | C6 | 53 | 51 | 0 | 3A | 3B | 16 | 1 | 33 | 37 |
| Octal | 306 | 123 | 121 | 0 | 72 | 73 | 26 | 1 | 63 | 67 |
| Binary | 11000110 | 1010011 | 1010001 | 0 | 111010 | 111011 | 10110 | 1 | 110011 | 110111 |
Color Harmonies of #C65351
Complementary color
Monochromatic Colors of #C65351
Black with #C65351
Text Example
Text Example
White with #C65351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65351; }
p { color: rgb(198,83,81); }
H1.HeaderClassName
{
color: #C65351;
}
.AnyTagClassName
{
color: #C65351;
}
</style>
background-color css
<style>
a { background-color: #C65351; }
a { background-color: rgb(198,83,81); }
div.DivClassName
{
background-color: #C65351;
}
.BgClassName
{
background-color: #C65351;
}
</style>
border-color css
<style>
span { border-color: #C65351; }
span { border-color: rgb(198,83,81); }
td.TdClassName
{
border-color: #C65351;
}
.TagClassName
{
border-color: #C65351;
}
</style>