#C15E5C

Color #C15E5C Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #C15E5C

Tints of Fuzzy Wuzzy Brown #C15E5C

Color information

#C15E5C (or 0xC15E5C) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C1, 5E and 5C. RGB value is (193,94,92). Sum of RGB (Red+Green+Blue) = 193+94+92=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E5C is #3EA1A3. Grayscale: #7B7B7B. Windows color (decimal): -4104612 or 6053569. OLE color: 6053569.

HSL color Cylindrical-coordinate representation of color #C15E5C: hue angle of 1.19º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15E5C is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1939492-
CMYK00.510.520.24
HSL1.19º44.89%55.88%-
HSV(B)1.19º52.33%75.69%-
XYZ27.9320.1212.54-
YUV123.37110.3177.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=50.92%
G=24.80%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193949200.510.520.241.1944.8955.88
HexC15E5C033341812d38
Octal301136134063643015570
Binary11000001101111010111000110011110100110001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15E5C; }

 p { color: rgb(193,94,92); }

 H1.HeaderClassName
 {
   color: #C15E5C;
 }
 .AnyTagClassName
 {
   color: #C15E5C;
 }
</style>
background-color css

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

 a { background-color: rgb(193,94,92); }

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

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

 span { border-color: rgb(193,94,92); }

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