#C25550

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

Shades of Fuzzy Wuzzy Brown #C25550

Tints of Fuzzy Wuzzy Brown #C25550

Color information

#C25550 (or 0xC25550) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C2, 55 and 50. RGB value is (194,85,80). Sum of RGB (Red+Green+Blue) = 194+85+80=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C25550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25550 is #3DAAAF. Grayscale: #757575. Windows color (decimal): -4041392 or 5264834. OLE color: 5264834.

HSL color Cylindrical-coordinate representation of color #C25550: hue angle of 2.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25550 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB1948580-
CMYK00.560.590.24
HSL2.63º48.31%53.73%-
HSV(B)2.63º58.76%76.08%-
XYZ26.9418.559.75-
YUV117.02107.11182.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=54.04%
G=23.68%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194858000.560.590.242.6348.3153.73
HexC255500383B1833036
Octal302125120070733036066
Binary110000101010101101000001110001110111100011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25550; }

 p { color: rgb(194,85,80); }

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

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

 a { background-color: rgb(194,85,80); }

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

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

 span { border-color: rgb(194,85,80); }

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