Html Css Color HEX #C25950 Fuzzy Wuzzy Brown

📋 copy color: '#C25950'

red 194 ◦ green 89 ◦ blue 80

#C25950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #C25950

Tints of Fuzzy Wuzzy Brown #C25950

RGB

 RED value IS 194 (76.17% from 255) = 53.44%

 GREEN value IS 89 (35.16% from 255) = 24.52%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 53.44%
G = 24.52%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C25950 (or 0xC25950) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 59 and 50. RGB value is (194,89,80). Sum of RGB (Red+Green+Blue) = 194+89+80=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C25950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25950 is #3DA6AF. Grayscale: #777777. Windows color (decimal): -4040368 or 5265858. OLE color: 5265858.

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

Color convert

RGB 194 89 80 -
CMYK 0 0.54 0.59 0.24
HSL 4.74º 0.48% 0.54% -
HSV(B) 4.74º 0.59% 0.76% -
XYZ 27.27 19.19 9.86 -
YUV 119.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 194 89 80 0 0.54 0.59 0.24 4.74 0.48 0.54
Hex C2 59 50 0 36 3B 18 5 30 36
Octal 302 131 120 0 66 73 30 5 60 66
Binary 11000010 1011001 1010000 0 110110 111011 11000 101 110000 110110

Color Harmonies of #C25950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25950

Black with #C25950

Text Example


Text Example

White with #C25950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25950; }

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

 H1.HeaderClassName
 {
   color: #C25950;
 }
 .AnyTagClassName
 {
   color: #C25950;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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