#C35A58

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

Shades of Fuzzy Wuzzy Brown #C35A58

Tints of Fuzzy Wuzzy Brown #C35A58

Color information

#C35A58 (or 0xC35A58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 5A and 58. RGB value is (195,90,88). Sum of RGB (Red+Green+Blue) = 195+90+88=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A58 is #3CA5A7. Grayscale: #797979. Windows color (decimal): -3974568 or 5790403. OLE color: 5790403.

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

Color convert

RGB1959088-
CMYK00.540.550.24
HSL1.12º47.14%55.49%-
HSV(B)1.12º54.87%76.47%-
XYZ27.9219.6211.55-
YUV121.17109.29180.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=52.28%
G=24.13%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195908800.540.550.241.1247.1455.49
HexC35A58036371812f37
Octal303132130066673015767
Binary11000011101101010110000110110110111110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A58; }

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

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

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

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

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

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

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

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