Html Css Color HEX #C25B59 Fuzzy Wuzzy Brown

📋 copy color: '#C25B59'

red 194 ◦ green 91 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #C25B59

Tints of Fuzzy Wuzzy Brown #C25B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

 BLUE value IS 89 (35.16% from 255) = 23.8%

R = 51.87%
G = 24.33%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C25B59 (or 0xC25B59) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5B and 59. RGB value is (194,91,89). Sum of RGB (Red+Green+Blue) = 194+91+89=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B59 is #3DA4A6. Grayscale: #797979. Windows color (decimal): -4039847 or 5856194. OLE color: 5856194.

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

Color convert

RGB 194 91 89 -
CMYK 0 0.53 0.54 0.24
HSL 1.14º 0.46% 0.55% -
HSV(B) 1.14º 0.54% 0.76% -
XYZ 27.79 19.67 11.78 -
YUV 121.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 194 91 89 0 0.53 0.54 0.24 1.14 0.46 0.55
Hex C2 5B 59 0 35 36 18 1 2E 37
Octal 302 133 131 0 65 66 30 1 56 67
Binary 11000010 1011011 1011001 0 110101 110110 11000 1 101110 110111

Color Harmonies of #C25B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B59

Black with #C25B59

Text Example


Text Example

White with #C25B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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