#C45B57

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

Shades of Fuzzy Wuzzy Brown #C45B57

Tints of Fuzzy Wuzzy Brown #C45B57

Color information

#C45B57 (or 0xC45B57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C4, 5B and 57. RGB value is (196,91,87). Sum of RGB (Red+Green+Blue) = 196+91+87=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45B57 is #3BA4A8. Grayscale: #7A7A7A. Windows color (decimal): -3908777 or 5725124. OLE color: 5725124.

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

Color convert

RGB1969187-
CMYK00.540.560.23
HSL2.2º48.02%55.49%-
HSV(B)2.2º55.61%76.86%-
XYZ28.2319.9111.37-
YUV121.94108.29180.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.41%
GREEN value IS 91 (35.94% from 255) = 24.33%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=52.41%
G=24.33%
B=23.26%

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
Decimal196918700.540.560.232.248.0255.49
HexC45B57036381723037
Octal304133127066702726067
Binary110001001011011101011101101101110001011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45B57; }

 p { color: rgb(196,91,87); }

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

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

 a { background-color: rgb(196,91,87); }

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

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

 span { border-color: rgb(196,91,87); }

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