Html Css Color HEX #C45250 Fuzzy Wuzzy Brown

📋 copy color: '#C45250'

red 196 ◦ green 82 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C45250

Tints of Fuzzy Wuzzy Brown #C45250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.91%

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

R = 54.75%
G = 22.91%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C45250 (or 0xC45250) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 52 and 50. RGB value is (196,82,80). Sum of RGB (Red+Green+Blue) = 196+82+80=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C45250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45250 is #3BADAF. Grayscale: #737373. Windows color (decimal): -3911088 or 5264068. OLE color: 5264068.

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

Color convert

RGB 196 82 80 -
CMYK 0 0.58 0.59 0.23
HSL 1.03º 0.5% 0.54% -
HSV(B) 1.03º 0.59% 0.77% -
XYZ 27.23 18.35 9.7 -
YUV 115.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 196 82 80 0 0.58 0.59 0.23 1.03 0.5 0.54
Hex C4 52 50 0 3A 3B 17 1 32 36
Octal 304 122 120 0 72 73 27 1 62 66
Binary 11000100 1010010 1010000 0 111010 111011 10111 1 110010 110110

Color Harmonies of #C45250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45250

Black with #C45250

Text Example


Text Example

White with #C45250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45250; }

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

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

background-color css

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

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

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

border-color css

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

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

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