#C35A5A

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

Shades of Fuzzy Wuzzy Brown #C35A5A

Tints of Fuzzy Wuzzy Brown #C35A5A

Color information

#C35A5A (or 0xC35A5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 5A and 5A. RGB value is (195,90,90). Sum of RGB (Red+Green+Blue) = 195+90+90=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A5A is #3CA5A5. Grayscale: #797979. Windows color (decimal): -3974566 or 5921475. OLE color: 5921475.

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

Color convert

RGB1959090-
CMYK00.540.540.24
HSL46.67%55.88%-
HSV(B)53.85%76.47%-
XYZ28.0119.6511.99-
YUV121.4110.29180.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 90 (35.55% from 255) = 24%
R=52%
G=24%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195909000.540.540.24046.6755.88
HexC35A5A036361802f38
Octal303132132066663005770
Binary11000011101101010110100110110110110110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A5A; }

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

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

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

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

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

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

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

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