Html Css Color HEX #C15550 Fuzzy Wuzzy Brown

📋 copy color: '#C15550'

red 193 ◦ green 85 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C15550

Tints of Fuzzy Wuzzy Brown #C15550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

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

R = 53.91%
G = 23.74%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C15550 (or 0xC15550) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 55 and 50. RGB value is (193,85,80). Sum of RGB (Red+Green+Blue) = 193+85+80=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C15550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15550 is #3EAAAF. Grayscale: #747474. Windows color (decimal): -4106928 or 5264833. OLE color: 5264833.

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

Color convert

RGB 193 85 80 -
CMYK 0 0.56 0.59 0.24
HSL 2.65º 0.48% 0.54% -
HSV(B) 2.65º 0.59% 0.76% -
XYZ 26.69 18.41 9.74 -
YUV 116.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 193 85 80 0 0.56 0.59 0.24 2.65 0.48 0.54
Hex C1 55 50 0 38 3B 18 3 30 36
Octal 301 125 120 0 70 73 30 3 60 66
Binary 11000001 1010101 1010000 0 111000 111011 11000 11 110000 110110

Color Harmonies of #C15550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15550

Black with #C15550

Text Example


Text Example

White with #C15550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15550; }

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

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

background-color css

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

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

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

border-color css

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

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

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