#C35A56

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

Shades of Fuzzy Wuzzy Brown #C35A56

Tints of Fuzzy Wuzzy Brown #C35A56

Color information

#C35A56 (or 0xC35A56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 5A and 56. RGB value is (195,90,86). Sum of RGB (Red+Green+Blue) = 195+90+86=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A56 is #3CA5A9. Grayscale: #797979. Windows color (decimal): -3974570 or 5659331. OLE color: 5659331.

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

Color convert

RGB1959086-
CMYK00.540.560.24
HSL2.2º47.6%55.1%-
HSV(B)2.2º55.9%76.47%-
XYZ27.8419.5911.12-
YUV120.94108.29180.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=52.56%
G=24.26%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195908600.540.560.242.247.655.1
HexC35A56036381823037
Octal303132126066703026067
Binary110000111011010101011001101101110001100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A56; }

 p { color: rgb(195,90,86); }

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

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

 a { background-color: rgb(195,90,86); }

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

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

 span { border-color: rgb(195,90,86); }

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