#C75856

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

Shades of Fuzzy Wuzzy Brown #C75856

Tints of Fuzzy Wuzzy Brown #C75856

Color information

#C75856 (or 0xC75856) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C7, 58 and 56. RGB value is (199,88,86). Sum of RGB (Red+Green+Blue) = 199+88+86=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C75856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75856 is #38A7A9. Grayscale: #797979. Windows color (decimal): -3712938 or 5658823. OLE color: 5658823.

HSL color Cylindrical-coordinate representation of color #C75856: hue angle of 1.06º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75856 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB1998886-
CMYK00.560.570.22
HSL1.06º50.22%55.88%-
HSV(B)1.06º56.78%78.04%-
XYZ28.7219.7911.11-
YUV120.96108.27183.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.35%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=53.35%
G=23.59%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199888600.560.570.221.0650.2255.88
HexC75856038391613238
Octal307130126070712616270
Binary11000111101100010101100111000111001101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75856; }

 p { color: rgb(199,88,86); }

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

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

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

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

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

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

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