Shades of Fuzzy Wuzzy Brown #CA4F4E
Tints of Fuzzy Wuzzy Brown #CA4F4E
RGB
CMYK
RGB Variations
Color information
#CA4F4E (or 0xCA4F4E) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 4F and 4E. RGB value is (202,79,78). Sum of RGB (Red+Green+Blue) = 202+79+78=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4F4E is #35B0B1. Grayscale: #737373. Windows color (decimal): -3518642 or 5132234. OLE color: 5132234.
HSL color Cylindrical-coordinate representation of color #CA4F4E: hue angle of 0.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4F4E is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 78 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.21 |
| HSL | 0.48º | 0.54% | 0.55% | - |
| HSV(B) | 0.48º | 0.61% | 0.79% | - |
| XYZ | 28.53 | 18.7 | 9.31 | - |
| YUV | 115.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 78 | 0 | 0.61 | 0.61 | 0.21 | 0.48 | 0.54 | 0.55 |
| Hex | CA | 4F | 4E | 0 | 3D | 3D | 15 | 0 | 36 | 37 |
| Octal | 312 | 117 | 116 | 0 | 75 | 75 | 25 | 0 | 66 | 67 |
| Binary | 11001010 | 1001111 | 1001110 | 0 | 111101 | 111101 | 10101 | 0 | 110110 | 110111 |
Color Harmonies of #CA4F4E
Complementary color
Monochromatic Colors of #CA4F4E
Black with #CA4F4E
Text Example
Text Example
White with #CA4F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4F4E; }
p { color: rgb(202,79,78); }
H1.HeaderClassName
{
color: #CA4F4E;
}
.AnyTagClassName
{
color: #CA4F4E;
}
</style>
background-color css
<style>
a { background-color: #CA4F4E; }
a { background-color: rgb(202,79,78); }
div.DivClassName
{
background-color: #CA4F4E;
}
.BgClassName
{
background-color: #CA4F4E;
}
</style>
border-color css
<style>
span { border-color: #CA4F4E; }
span { border-color: rgb(202,79,78); }
td.TdClassName
{
border-color: #CA4F4E;
}
.TagClassName
{
border-color: #CA4F4E;
}
</style>