Shades of Fuzzy Wuzzy Brown #CB504E
Tints of Fuzzy Wuzzy Brown #CB504E
RGB
CMYK
RGB Variations
Color information
#CB504E (or 0xCB504E) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 50 and 4E. RGB value is (203,80,78). Sum of RGB (Red+Green+Blue) = 203+80+78=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB504E is #34AFB1. Grayscale: #747474. Windows color (decimal): -3452850 or 5132491. OLE color: 5132491.
HSL color Cylindrical-coordinate representation of color #CB504E: hue angle of 0.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB504E is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 78 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.20 |
| HSL | 0.96º | 0.55% | 0.55% | - |
| HSV(B) | 0.96º | 0.62% | 0.8% | - |
| XYZ | 28.87 | 18.98 | 9.35 | - |
| YUV | 116.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 78 | 0 | 0.61 | 0.62 | 0.20 | 0.96 | 0.55 | 0.55 |
| Hex | CB | 50 | 4E | 0 | 3D | 3E | 14 | 1 | 37 | 37 |
| Octal | 313 | 120 | 116 | 0 | 75 | 76 | 24 | 1 | 67 | 67 |
| Binary | 11001011 | 1010000 | 1001110 | 0 | 111101 | 111110 | 10100 | 1 | 110111 | 110111 |
Color Harmonies of #CB504E
Complementary color
Monochromatic Colors of #CB504E
Black with #CB504E
Text Example
Text Example
White with #CB504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB504E; }
p { color: rgb(203,80,78); }
H1.HeaderClassName
{
color: #CB504E;
}
.AnyTagClassName
{
color: #CB504E;
}
</style>
background-color css
<style>
a { background-color: #CB504E; }
a { background-color: rgb(203,80,78); }
div.DivClassName
{
background-color: #CB504E;
}
.BgClassName
{
background-color: #CB504E;
}
</style>
border-color css
<style>
span { border-color: #CB504E; }
span { border-color: rgb(203,80,78); }
td.TdClassName
{
border-color: #CB504E;
}
.TagClassName
{
border-color: #CB504E;
}
</style>