#C05850

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

Shades of Fuzzy Wuzzy Brown #C05850

Tints of Fuzzy Wuzzy Brown #C05850

Color information

#C05850 (or 0xC05850) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 58 and 50. RGB value is (192,88,80). Sum of RGB (Red+Green+Blue) = 192+88+80=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05850 is #3FA7AF. Grayscale: #767676. Windows color (decimal): -4171696 or 5265600. OLE color: 5265600.

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

Color convert

RGB1928880-
CMYK00.540.580.25
HSL4.29º47.06%53.33%-
HSV(B)4.29º58.33%75.29%-
XYZ26.6818.779.81-
YUV118.18106.46180.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=53.33%
G=24.44%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192888000.540.580.254.2947.0653.33
HexC058500363A1942f35
Octal300130120066723145765
Binary1100000010110001010000011011011101011001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05850; }

 p { color: rgb(192,88,80); }

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

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

 a { background-color: rgb(192,88,80); }

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

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

 span { border-color: rgb(192,88,80); }

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