Shades of Fuzzy Wuzzy Brown #CB504F
Tints of Fuzzy Wuzzy Brown #CB504F
RGB
CMYK
RGB Variations
Color information
#CB504F (or 0xCB504F) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 50 and 4F. RGB value is (203,80,79). Sum of RGB (Red+Green+Blue) = 203+80+79=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB504F is #34AFB0. Grayscale: #747474. Windows color (decimal): -3452849 or 5198027. OLE color: 5198027.
HSL color Cylindrical-coordinate representation of color #CB504F: hue angle of 0.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB504F is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 79 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.20 |
| HSL | 0.48º | 0.54% | 0.55% | - |
| HSV(B) | 0.48º | 0.61% | 0.8% | - |
| XYZ | 28.91 | 19 | 9.54 | - |
| YUV | 116.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 79 | 0 | 0.61 | 0.61 | 0.20 | 0.48 | 0.54 | 0.55 |
| Hex | CB | 50 | 4F | 0 | 3D | 3D | 14 | 0 | 36 | 37 |
| Octal | 313 | 120 | 117 | 0 | 75 | 75 | 24 | 0 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1001111 | 0 | 111101 | 111101 | 10100 | 0 | 110110 | 110111 |
Color Harmonies of #CB504F
Complementary color
Monochromatic Colors of #CB504F
Black with #CB504F
Text Example
Text Example
White with #CB504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB504F; }
p { color: rgb(203,80,79); }
H1.HeaderClassName
{
color: #CB504F;
}
.AnyTagClassName
{
color: #CB504F;
}
</style>
background-color css
<style>
a { background-color: #CB504F; }
a { background-color: rgb(203,80,79); }
div.DivClassName
{
background-color: #CB504F;
}
.BgClassName
{
background-color: #CB504F;
}
</style>
border-color css
<style>
span { border-color: #CB504F; }
span { border-color: rgb(203,80,79); }
td.TdClassName
{
border-color: #CB504F;
}
.TagClassName
{
border-color: #CB504F;
}
</style>