#C25A52

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

Shades of Fuzzy Wuzzy Brown #C25A52

Tints of Fuzzy Wuzzy Brown #C25A52

Color information

#C25A52 (or 0xC25A52) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C2, 5A and 52. RGB value is (194,90,82). Sum of RGB (Red+Green+Blue) = 194+90+82=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A52 is #3DA5AD. Grayscale: #787878. Windows color (decimal): -4040110 or 5397186. OLE color: 5397186.

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

Color convert

RGB1949082-
CMYK00.540.580.24
HSL4.29º47.86%54.12%-
HSV(B)4.29º57.73%76.08%-
XYZ27.4319.3910.28-
YUV120.18106.46180.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 90 (35.55% from 255) = 24.59%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=53.01%
G=24.59%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194908200.540.580.244.2947.8654.12
HexC25A520363A1843036
Octal302132122066723046066
Binary1100001010110101010010011011011101011000100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A52; }

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

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

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

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

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

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

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

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