#C35B58

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

Shades of Fuzzy Wuzzy Brown #C35B58

Tints of Fuzzy Wuzzy Brown #C35B58

Color information

#C35B58 (or 0xC35B58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 5B and 58. RGB value is (195,91,88). Sum of RGB (Red+Green+Blue) = 195+91+88=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35B58 is #3CA4A7. Grayscale: #797979. Windows color (decimal): -3974312 or 5790659. OLE color: 5790659.

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

Color convert

RGB1959188-
CMYK00.530.550.24
HSL1.68º47.14%55.49%-
HSV(B)1.68º54.87%76.47%-
XYZ28.0119.7911.58-
YUV121.75108.96180.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 91 (35.94% from 255) = 24.33%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=52.14%
G=24.33%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195918800.530.550.241.6847.1455.49
HexC35B58035371822f37
Octal303133130065673025767
Binary110000111011011101100001101011101111100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35B58; }

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

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

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

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

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

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

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

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