#C35950

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

Shades of Fuzzy Wuzzy Brown #C35950

Tints of Fuzzy Wuzzy Brown #C35950

Color information

#C35950 (or 0xC35950) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 59 and 50. RGB value is (195,89,80). Sum of RGB (Red+Green+Blue) = 195+89+80=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C35950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35950 is #3CA6AF. Grayscale: #777777. Windows color (decimal): -3974832 or 5265859. OLE color: 5265859.

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

Color convert

RGB1958980-
CMYK00.540.590.24
HSL4.7º48.94%53.92%-
HSV(B)4.7º58.97%76.47%-
XYZ27.5319.339.87-
YUV119.67105.62181.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.57%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=53.57%
G=24.45%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195898000.540.590.244.748.9453.92
HexC359500363B1853136
Octal303131120066733056166
Binary1100001110110011010000011011011101111000101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35950; }

 p { color: rgb(195,89,80); }

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

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

 a { background-color: rgb(195,89,80); }

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

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

 span { border-color: rgb(195,89,80); }

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