#C45A56

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

Shades of Fuzzy Wuzzy Brown #C45A56

Tints of Fuzzy Wuzzy Brown #C45A56

Color information

#C45A56 (or 0xC45A56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C4, 5A and 56. RGB value is (196,90,86). Sum of RGB (Red+Green+Blue) = 196+90+86=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A56 is #3BA5A9. Grayscale: #797979. Windows color (decimal): -3909034 or 5659332. OLE color: 5659332.

HSL color Cylindrical-coordinate representation of color #C45A56: hue angle of 2.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45A56 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1969086-
CMYK00.540.560.23
HSL2.18º48.25%55.29%-
HSV(B)2.18º56.12%76.86%-
XYZ28.119.7211.13-
YUV121.24108.12181.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.69%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=52.69%
G=24.19%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196908600.540.560.232.1848.2555.29
HexC45A56036381723037
Octal304132126066702726067
Binary110001001011010101011001101101110001011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A56; }

 p { color: rgb(196,90,86); }

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

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

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

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

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

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

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