Html Css Color HEX #C45656 Fuzzy Wuzzy Brown

📋 copy color: '#C45656'

red 196 ◦ green 86 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #C45656

Tints of Fuzzy Wuzzy Brown #C45656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.37%

R = 53.26%
G = 23.37%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C45656 (or 0xC45656) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 56 and 56. RGB value is (196,86,86). Sum of RGB (Red+Green+Blue) = 196+86+86=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C45656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45656 is #3BA9A9. Grayscale: #777777. Windows color (decimal): -3910058 or 5658308. OLE color: 5658308.

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

Color convert

RGB 196 86 86 -
CMYK 0 0.56 0.56 0.23
HSL 0.48% 0.55% -
HSV(B) 0.56% 0.77% -
XYZ 27.77 19.06 11.02 -
YUV 118.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 196 86 86 0 0.56 0.56 0.23 0 0.48 0.55
Hex C4 56 56 0 38 38 17 0 30 37
Octal 304 126 126 0 70 70 27 0 60 67
Binary 11000100 1010110 1010110 0 111000 111000 10111 0 110000 110111

Color Harmonies of #C45656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45656

Black with #C45656

Text Example


Text Example

White with #C45656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45656; }

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

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

background-color css

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

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

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

border-color css

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

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

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