#c25552

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

Shades of Fuzzy Wuzzy Brown #C25552

Tints of Fuzzy Wuzzy Brown #C25552

Color information

#C25552 (or 0xC25552) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C2, 55 and 52. RGB value is (194,85,82). Sum of RGB (Red+Green+Blue) = 194+85+82=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C25552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25552 is #3DAAAD. Grayscale: #757575. Windows color (decimal): -4041390 or 5395906. OLE color: 5395906.

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

Color convert

RGB1948582-
CMYK00.560.580.24
HSL1.61º47.86%54.12%-
HSV(B)1.61º57.73%76.08%-
XYZ27.0218.5810.14-
YUV117.25108.11182.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.74%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=53.74%
G=23.55%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194858200.560.580.241.6147.8654.12
HexC255520383A1823036
Octal302125122070723026066
Binary110000101010101101001001110001110101100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25552; }

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

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

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

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

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

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

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

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