Html Css Color HEX #C45950 Fuzzy Wuzzy Brown

📋 copy color: '#C45950'

red 196 ◦ green 89 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C45950

Tints of Fuzzy Wuzzy Brown #C45950

RGB

 RED value IS 196 (76.95% from 255) = 53.7%

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

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

R = 53.7%
G = 24.38%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C45950 (or 0xC45950) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 59 and 50. RGB value is (196,89,80). Sum of RGB (Red+Green+Blue) = 196+89+80=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C45950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45950 is #3BA6AF. Grayscale: #787878. Windows color (decimal): -3909296 or 5265860. OLE color: 5265860.

HSL color Cylindrical-coordinate representation of color #C45950: hue angle of 4.66º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45950 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 89 80 -
CMYK 0 0.55 0.59 0.23
HSL 4.66º 0.5% 0.54% -
HSV(B) 4.66º 0.59% 0.77% -
XYZ 27.79 19.46 9.88 -
YUV 119.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 196 89 80 0 0.55 0.59 0.23 4.66 0.5 0.54
Hex C4 59 50 0 37 3B 17 5 32 36
Octal 304 131 120 0 67 73 27 5 62 66
Binary 11000100 1011001 1010000 0 110111 111011 10111 101 110010 110110

Color Harmonies of #C45950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45950

Black with #C45950

Text Example


Text Example

White with #C45950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45950; }

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

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

background-color css

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

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

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

border-color css

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

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

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