#C05951

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

Shades of Fuzzy Wuzzy Brown #C05951

Tints of Fuzzy Wuzzy Brown #C05951

Color information

#C05951 (or 0xC05951) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 59 and 51. RGB value is (192,89,81). Sum of RGB (Red+Green+Blue) = 192+89+81=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C05951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05951 is #3FA6AE. Grayscale: #777777. Windows color (decimal): -4171439 or 5331392. OLE color: 5331392.

HSL color Cylindrical-coordinate representation of color #C05951: hue angle of 4.32º 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 #C05951 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1928981-
CMYK00.540.580.25
HSL4.32º46.84%53.53%-
HSV(B)4.32º57.81%75.29%-
XYZ26.818.9510.03-
YUV118.88106.62180.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 81 (32.03% from 255) = 22.38%
R=53.04%
G=24.59%
B=22.38%

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
Decimal192898100.540.580.254.3246.8453.53
HexC059510363A1942f36
Octal300131121066723145766
Binary1100000010110011010001011011011101011001100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05951; }

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

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

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

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

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

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

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

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