Html Css Color HEX #C15850 Fuzzy Wuzzy Brown

📋 copy color: '#C15850'

red 193 ◦ green 88 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C15850

Tints of Fuzzy Wuzzy Brown #C15850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

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

R = 53.46%
G = 24.38%
B = 22.16%

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

#C15850 (or 0xC15850) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 58 and 50. RGB value is (193,88,80). Sum of RGB (Red+Green+Blue) = 193+88+80=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C15850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15850 is #3EA7AF. Grayscale: #767676. Windows color (decimal): -4106160 or 5265601. OLE color: 5265601.

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

Color convert

RGB 193 88 80 -
CMYK 0 0.54 0.59 0.24
HSL 4.25º 0.48% 0.54% -
HSV(B) 4.25º 0.59% 0.76% -
XYZ 26.93 18.9 9.82 -
YUV 118.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 193 88 80 0 0.54 0.59 0.24 4.25 0.48 0.54
Hex C1 58 50 0 36 3B 18 4 30 36
Octal 301 130 120 0 66 73 30 4 60 66
Binary 11000001 1011000 1010000 0 110110 111011 11000 100 110000 110110

Color Harmonies of #C15850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15850

Black with #C15850

Text Example


Text Example

White with #C15850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15850; }

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

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

background-color css

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

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

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

border-color css

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

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

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