#C15350

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

Shades of Fuzzy Wuzzy Brown #C15350

Tints of Fuzzy Wuzzy Brown #C15350

Color information

#C15350 (or 0xC15350) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C1, 53 and 50. RGB value is (193,83,80). Sum of RGB (Red+Green+Blue) = 193+83+80=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C15350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15350 is #3EACAF. Grayscale: #737373. Windows color (decimal): -4107440 or 5264321. OLE color: 5264321.

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

Color convert

RGB1938380-
CMYK00.570.590.24
HSL1.59º47.68%53.53%-
HSV(B)1.59º58.55%75.69%-
XYZ26.5318.19.69-
YUV115.55107.94183.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.21%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=54.21%
G=23.31%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193838000.570.590.241.5947.6853.53
HexC153500393B1823036
Octal301123120071733026066
Binary110000011010011101000001110011110111100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15350; }

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

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

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

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

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

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

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

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