Shades of Fuzzy Wuzzy Brown #CB5150
Tints of Fuzzy Wuzzy Brown #CB5150
RGB
CMYK
RGB Variations
Color information
#CB5150 (or 0xCB5150) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 51 and 50. RGB value is (203,81,80). Sum of RGB (Red+Green+Blue) = 203+81+80=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5150 is #34AEAF. Grayscale: #757575. Windows color (decimal): -3452592 or 5263819. OLE color: 5263819.
HSL color Cylindrical-coordinate representation of color #CB5150: hue angle of 0.49º 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 #CB5150 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 80 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.20 |
| HSL | 0.49º | 0.54% | 0.55% | - |
| HSV(B) | 0.49º | 0.61% | 0.8% | - |
| XYZ | 29.02 | 19.16 | 9.76 | - |
| YUV | 117.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 80 | 0 | 0.60 | 0.61 | 0.20 | 0.49 | 0.54 | 0.55 |
| Hex | CB | 51 | 50 | 0 | 3C | 3D | 14 | 0 | 36 | 37 |
| Octal | 313 | 121 | 120 | 0 | 74 | 75 | 24 | 0 | 66 | 67 |
| Binary | 11001011 | 1010001 | 1010000 | 0 | 111100 | 111101 | 10100 | 0 | 110110 | 110111 |
Color Harmonies of #CB5150
Complementary color
Monochromatic Colors of #CB5150
Black with #CB5150
Text Example
Text Example
White with #CB5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5150; }
p { color: rgb(203,81,80); }
H1.HeaderClassName
{
color: #CB5150;
}
.AnyTagClassName
{
color: #CB5150;
}
</style>
background-color css
<style>
a { background-color: #CB5150; }
a { background-color: rgb(203,81,80); }
div.DivClassName
{
background-color: #CB5150;
}
.BgClassName
{
background-color: #CB5150;
}
</style>
border-color css
<style>
span { border-color: #CB5150; }
span { border-color: rgb(203,81,80); }
td.TdClassName
{
border-color: #CB5150;
}
.TagClassName
{
border-color: #CB5150;
}
</style>