#C05551

Color #C05551 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #C05551

Tints of Fuzzy Wuzzy Brown #C05551

Color information

#C05551 (or 0xC05551) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 55 and 51. RGB value is (192,85,81). Sum of RGB (Red+Green+Blue) = 192+85+81=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C05551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05551 is #3FAAAE. Grayscale: #747474. Windows color (decimal): -4172463 or 5330368. OLE color: 5330368.

HSL color Cylindrical-coordinate representation of color #C05551: hue angle of 2.16º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05551 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1928581-
CMYK00.560.580.25
HSL2.16º46.84%53.53%-
HSV(B)2.16º57.81%75.29%-
XYZ26.4718.39.92-
YUV116.54107.95181.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=53.63%
G=23.74%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192858100.560.580.252.1646.8453.53
HexC055510383A1922f36
Octal300125121070723125766
Binary110000001010101101000101110001110101100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05551; }

 p { color: rgb(192,85,81); }

 H1.HeaderClassName
 {
   color: #C05551;
 }
 .AnyTagClassName
 {
   color: #C05551;
 }
</style>
background-color css

<style>
 a { background-color: #C05551; }

 a { background-color: rgb(192,85,81); }

 div.DivClassName
 {
   background-color: #C05551;
 }
 .BgClassName
 {
   background-color: #C05551;
 }
</style>
border-color css

<style>
 span { border-color: #C05551; }

 span { border-color: rgb(192,85,81); }

 td.TdClassName
 {
   border-color: #C05551;
 }
 .TagClassName
 {
   border-color: #C05551;
 }
</style>