Html Css Color HEX #C45755 Fuzzy Wuzzy Brown

📋 copy color: '#C45755'

red 196 ◦ green 87 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C45755

Tints of Fuzzy Wuzzy Brown #C45755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.64%

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 53.26%
G = 23.64%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C45755 (or 0xC45755) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 57 and 55. RGB value is (196,87,85). Sum of RGB (Red+Green+Blue) = 196+87+85=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C45755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45755 is #3BA8AA. Grayscale: #777777. Windows color (decimal): -3909803 or 5593028. OLE color: 5593028.

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

Color convert

RGB 196 87 85 -
CMYK 0 0.56 0.57 0.23
HSL 1.08º 0.48% 0.55% -
HSV(B) 1.08º 0.57% 0.77% -
XYZ 27.81 19.21 10.84 -
YUV 119.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 196 87 85 0 0.56 0.57 0.23 1.08 0.48 0.55
Hex C4 57 55 0 38 39 17 1 30 37
Octal 304 127 125 0 70 71 27 1 60 67
Binary 11000100 1010111 1010101 0 111000 111001 10111 1 110000 110111

Color Harmonies of #C45755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45755

Black with #C45755

Text Example


Text Example

White with #C45755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45755; }

 p { color: rgb(196,87,85); }

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

background-color css

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

 a { background-color: rgb(196,87,85); }

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

border-color css

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

 span { border-color: rgb(196,87,85); }

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