#C25C55

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

Shades of Fuzzy Wuzzy Brown #C25C55

Tints of Fuzzy Wuzzy Brown #C25C55

Color information

#C25C55 (or 0xC25C55) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C2, 5C and 55. RGB value is (194,92,85). Sum of RGB (Red+Green+Blue) = 194+92+85=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C55 is #3DA3AA. Grayscale: #797979. Windows color (decimal): -4039595 or 5594306. OLE color: 5594306.

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

Color convert

RGB1949285-
CMYK00.530.560.24
HSL3.85º47.19%54.71%-
HSV(B)3.85º56.19%76.08%-
XYZ27.7119.7810.95-
YUV121.7107.29179.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=52.29%
G=24.80%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194928500.530.560.243.8547.1954.71
HexC25C55035381842f37
Octal302134125065703045767
Binary1100001010111001010101011010111100011000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25C55; }

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

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

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

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

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

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

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

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