#C45858

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

Shades of Fuzzy Wuzzy Brown #C45858

Tints of Fuzzy Wuzzy Brown #C45858

Color information

#C45858 (or 0xC45858) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C4, 58 and 58. RGB value is (196,88,88). Sum of RGB (Red+Green+Blue) = 196+88+88=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C45858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45858 is #3BA7A7. Grayscale: #787878. Windows color (decimal): -3909544 or 5789892. OLE color: 5789892.

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

Color convert

RGB1968888-
CMYK00.550.550.23
HSL47.79%55.69%-
HSV(B)55.1%76.86%-
XYZ28.0219.4211.5-
YUV120.29109.78182-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.69%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=52.69%
G=23.66%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196888800.550.550.23047.7955.69
HexC45858037371703038
Octal304130130067672706070
Binary11000100101100010110000110111110111101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45858; }

 p { color: rgb(196,88,88); }

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

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

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

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

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

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

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