#C35858

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

Shades of Fuzzy Wuzzy Brown #C35858

Tints of Fuzzy Wuzzy Brown #C35858

Color information

#C35858 (or 0xC35858) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 58 and 58. RGB value is (195,88,88). Sum of RGB (Red+Green+Blue) = 195+88+88=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C35858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35858 is #3CA7A7. Grayscale: #787878. Windows color (decimal): -3975080 or 5789891. OLE color: 5789891.

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

Color convert

RGB1958888-
CMYK00.550.550.24
HSL47.14%55.49%-
HSV(B)54.87%76.47%-
XYZ27.7619.2911.49-
YUV119.99109.95181.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=52.56%
G=23.72%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195888800.550.550.24047.1455.49
HexC35858037371802f37
Octal303130130067673005767
Binary11000011101100010110000110111110111110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35858; }

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

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

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

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

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

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

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

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