Html Css Color HEX #C15A50 Fuzzy Wuzzy Brown

📋 copy color: '#C15A50'

red 193 ◦ green 90 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C15A50

Tints of Fuzzy Wuzzy Brown #C15A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

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

R = 53.17%
G = 24.79%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C15A50 (or 0xC15A50) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 5A and 50. RGB value is (193,90,80). Sum of RGB (Red+Green+Blue) = 193+90+80=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15A50 is #3EA5AF. Grayscale: #777777. Windows color (decimal): -4105648 or 5266113. OLE color: 5266113.

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

Color convert

RGB 193 90 80 -
CMYK 0 0.53 0.59 0.24
HSL 5.31º 0.48% 0.54% -
HSV(B) 5.31º 0.59% 0.76% -
XYZ 27.1 19.23 9.87 -
YUV 119.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 193 90 80 0 0.53 0.59 0.24 5.31 0.48 0.54
Hex C1 5A 50 0 35 3B 18 5 30 36
Octal 301 132 120 0 65 73 30 5 60 66
Binary 11000001 1011010 1010000 0 110101 111011 11000 101 110000 110110

Color Harmonies of #C15A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A50

Black with #C15A50

Text Example


Text Example

White with #C15A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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