#C05E5C

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

Shades of Fuzzy Wuzzy Brown #C05E5C

Tints of Fuzzy Wuzzy Brown #C05E5C

Color information

#C05E5C (or 0xC05E5C) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 5E and 5C. RGB value is (192,94,92). Sum of RGB (Red+Green+Blue) = 192+94+92=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E5C is #3FA1A3. Grayscale: #7B7B7B. Windows color (decimal): -4170148 or 6053568. OLE color: 6053568.

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

Color convert

RGB1929492-
CMYK00.510.520.25
HSL1.2º44.25%55.69%-
HSV(B)1.2º52.08%75.29%-
XYZ27.6719.9812.52-
YUV123.07110.47177.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.79%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=50.79%
G=24.87%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192949200.510.520.251.244.2555.69
HexC05E5C033341912c38
Octal300136134063643115470
Binary11000000101111010111000110011110100110011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E5C; }

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

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

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

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

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

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

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

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