#C05C57

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

Shades of Fuzzy Wuzzy Brown #C05C57

Tints of Fuzzy Wuzzy Brown #C05C57

Color information

#C05C57 (or 0xC05C57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 5C and 57. RGB value is (192,92,87). Sum of RGB (Red+Green+Blue) = 192+92+87=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C57 is #3FA3A8. Grayscale: #797979. Windows color (decimal): -4170665 or 5725376. OLE color: 5725376.

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

Color convert

RGB1929287-
CMYK00.520.550.25
HSL2.86º45.45%54.71%-
HSV(B)2.86º54.69%75.29%-
XYZ27.2919.5511.35-
YUV121.33108.63178.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.75%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=51.75%
G=24.80%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192928700.520.550.252.8645.4554.71
HexC05C57034371932d37
Octal300134127064673135567
Binary110000001011100101011101101001101111100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05C57; }

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

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

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

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

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

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

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

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