Html Css Color HEX #C45350 Fuzzy Wuzzy Brown

📋 copy color: '#C45350'

red 196 ◦ green 83 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C45350

Tints of Fuzzy Wuzzy Brown #C45350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

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

R = 54.6%
G = 23.12%
B = 22.28%

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

#C45350 (or 0xC45350) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 53 and 50. RGB value is (196,83,80). Sum of RGB (Red+Green+Blue) = 196+83+80=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C45350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45350 is #3BACAF. Grayscale: #747474. Windows color (decimal): -3910832 or 5264324. OLE color: 5264324.

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

Color convert

RGB 196 83 80 -
CMYK 0 0.58 0.59 0.23
HSL 1.55º 0.5% 0.54% -
HSV(B) 1.55º 0.59% 0.77% -
XYZ 27.31 18.5 9.72 -
YUV 116.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 196 83 80 0 0.58 0.59 0.23 1.55 0.5 0.54
Hex C4 53 50 0 3A 3B 17 2 32 36
Octal 304 123 120 0 72 73 27 2 62 66
Binary 11000100 1010011 1010000 0 111010 111011 10111 10 110010 110110

Color Harmonies of #C45350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45350

Black with #C45350

Text Example


Text Example

White with #C45350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45350; }

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

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

background-color css

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

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

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

border-color css

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

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

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