#C05757

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

Shades of Fuzzy Wuzzy Brown #C05757

Tints of Fuzzy Wuzzy Brown #C05757

Color information

#C05757 (or 0xC05757) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 57 and 57. RGB value is (192,87,87). Sum of RGB (Red+Green+Blue) = 192+87+87=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C05757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05757 is #3FA8A8. Grayscale: #767676. Windows color (decimal): -4171945 or 5724096. OLE color: 5724096.

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

Color convert

RGB1928787-
CMYK00.550.550.25
HSL45.45%54.71%-
HSV(B)54.69%75.29%-
XYZ26.8718.7111.21-
YUV118.4110.29180.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.46%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=52.46%
G=23.77%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192878700.550.550.25045.4554.71
HexC05757037371902d37
Octal300127127067673105567
Binary11000000101011110101110110111110111110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05757; }

 p { color: rgb(192,87,87); }

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

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

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

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

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

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

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