Html Css Color HEX #C15950 Fuzzy Wuzzy Brown

📋 copy color: '#C15950'

red 193 ◦ green 89 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C15950

Tints of Fuzzy Wuzzy Brown #C15950

RGB

 RED value IS 193 (75.78% from 255) = 53.31%

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

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

R = 53.31%
G = 24.59%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C15950 (or 0xC15950) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 59 and 50. RGB value is (193,89,80). Sum of RGB (Red+Green+Blue) = 193+89+80=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C15950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15950 is #3EA6AF. Grayscale: #777777. Windows color (decimal): -4105904 or 5265857. OLE color: 5265857.

HSL color Cylindrical-coordinate representation of color #C15950: hue angle of 4.78º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15950 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 89 80 -
CMYK 0 0.54 0.59 0.24
HSL 4.78º 0.48% 0.54% -
HSV(B) 4.78º 0.59% 0.76% -
XYZ 27.01 19.06 9.84 -
YUV 119.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 193 89 80 0 0.54 0.59 0.24 4.78 0.48 0.54
Hex C1 59 50 0 36 3B 18 5 30 36
Octal 301 131 120 0 66 73 30 5 60 66
Binary 11000001 1011001 1010000 0 110110 111011 11000 101 110000 110110

Color Harmonies of #C15950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15950

Black with #C15950

Text Example


Text Example

White with #C15950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15950; }

 p { color: rgb(193,89,80); }

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

background-color css

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

 a { background-color: rgb(193,89,80); }

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

border-color css

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

 span { border-color: rgb(193,89,80); }

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