#C35B5A

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

Shades of Fuzzy Wuzzy Brown #C35B5A

Tints of Fuzzy Wuzzy Brown #C35B5A

Color information

#C35B5A (or 0xC35B5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 5B and 5A. RGB value is (195,91,90). Sum of RGB (Red+Green+Blue) = 195+91+90=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35B5A is #3CA4A5. Grayscale: #7A7A7A. Windows color (decimal): -3974310 or 5921731. OLE color: 5921731.

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

Color convert

RGB1959190-
CMYK00.530.540.24
HSL0.57º46.67%55.88%-
HSV(B)0.57º53.85%76.47%-
XYZ28.0919.8212.02-
YUV121.98109.96180.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.86%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=51.86%
G=24.20%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195919000.530.540.240.5746.6755.88
HexC35B5A035361812f38
Octal303133132065663015770
Binary11000011101101110110100110101110110110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35B5A; }

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

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

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

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

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

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

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

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