Html Css Color HEX #C45954 Fuzzy Wuzzy Brown

📋 copy color: '#C45954'

red 196 ◦ green 89 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C45954

Tints of Fuzzy Wuzzy Brown #C45954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.76%

R = 53.12%
G = 24.12%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C45954 (or 0xC45954) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 59 and 54. RGB value is (196,89,84). Sum of RGB (Red+Green+Blue) = 196+89+84=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C45954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45954 is #3BA6AB. Grayscale: #787878. Windows color (decimal): -3909292 or 5528004. OLE color: 5528004.

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

Color convert

RGB 196 89 84 -
CMYK 0 0.55 0.57 0.23
HSL 2.68º 0.49% 0.55% -
HSV(B) 2.68º 0.57% 0.77% -
XYZ 27.94 19.52 10.68 -
YUV 120.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 196 89 84 0 0.55 0.57 0.23 2.68 0.49 0.55
Hex C4 59 54 0 37 39 17 3 31 37
Octal 304 131 124 0 67 71 27 3 61 67
Binary 11000100 1011001 1010100 0 110111 111001 10111 11 110001 110111

Color Harmonies of #C45954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45954

Black with #C45954

Text Example


Text Example

White with #C45954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45954; }

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

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

background-color css

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

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

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

border-color css

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

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

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