Html Css Color HEX #C45650 Fuzzy Wuzzy Brown

📋 copy color: '#C45650'

red 196 ◦ green 86 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C45650

Tints of Fuzzy Wuzzy Brown #C45650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.76%

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

R = 54.14%
G = 23.76%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C45650 (or 0xC45650) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 56 and 50. RGB value is (196,86,80). Sum of RGB (Red+Green+Blue) = 196+86+80=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C45650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45650 is #3BA9AF. Grayscale: #767676. Windows color (decimal): -3910064 or 5265092. OLE color: 5265092.

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

Color convert

RGB 196 86 80 -
CMYK 0 0.56 0.59 0.23
HSL 3.1º 0.5% 0.54% -
HSV(B) 3.1º 0.59% 0.77% -
XYZ 27.54 18.97 9.8 -
YUV 118.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 196 86 80 0 0.56 0.59 0.23 3.1 0.5 0.54
Hex C4 56 50 0 38 3B 17 3 32 36
Octal 304 126 120 0 70 73 27 3 62 66
Binary 11000100 1010110 1010000 0 111000 111011 10111 11 110010 110110

Color Harmonies of #C45650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45650

Black with #C45650

Text Example


Text Example

White with #C45650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45650; }

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

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

background-color css

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

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

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

border-color css

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

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

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