Shades of Fuzzy Wuzzy Brown #CB5351
Tints of Fuzzy Wuzzy Brown #CB5351
RGB
CMYK
RGB Variations
Color information
#CB5351 (or 0xCB5351) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 53 and 51. RGB value is (203,83,81). Sum of RGB (Red+Green+Blue) = 203+83+81=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5351 is #34ACAE. Grayscale: #767676. Windows color (decimal): -3452079 or 5329867. OLE color: 5329867.
HSL color Cylindrical-coordinate representation of color #CB5351: hue angle of 0.98º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5351 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 81 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.20 |
| HSL | 0.98º | 0.54% | 0.56% | - |
| HSV(B) | 0.98º | 0.6% | 0.8% | - |
| XYZ | 29.21 | 19.48 | 10 | - |
| YUV | 118.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 81 | 0 | 0.59 | 0.60 | 0.20 | 0.98 | 0.54 | 0.56 |
| Hex | CB | 53 | 51 | 0 | 3B | 3C | 14 | 1 | 36 | 38 |
| Octal | 313 | 123 | 121 | 0 | 73 | 74 | 24 | 1 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1010001 | 0 | 111011 | 111100 | 10100 | 1 | 110110 | 111000 |
Color Harmonies of #CB5351
Complementary color
Monochromatic Colors of #CB5351
Black with #CB5351
Text Example
Text Example
White with #CB5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5351; }
p { color: rgb(203,83,81); }
H1.HeaderClassName
{
color: #CB5351;
}
.AnyTagClassName
{
color: #CB5351;
}
</style>
background-color css
<style>
a { background-color: #CB5351; }
a { background-color: rgb(203,83,81); }
div.DivClassName
{
background-color: #CB5351;
}
.BgClassName
{
background-color: #CB5351;
}
</style>
border-color css
<style>
span { border-color: #CB5351; }
span { border-color: rgb(203,83,81); }
td.TdClassName
{
border-color: #CB5351;
}
.TagClassName
{
border-color: #CB5351;
}
</style>