#C75A59

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

Shades of Fuzzy Wuzzy Brown #C75A59

Tints of Fuzzy Wuzzy Brown #C75A59

Color information

#C75A59 (or 0xC75A59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C7, 5A and 59. RGB value is (199,90,89). Sum of RGB (Red+Green+Blue) = 199+90+89=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A59 is #38A5A6. Grayscale: #7A7A7A. Windows color (decimal): -3712423 or 5855943. OLE color: 5855943.

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

Color convert

RGB1999089-
CMYK00.550.550.22
HSL0.55º49.55%56.47%-
HSV(B)0.55º55.28%78.04%-
XYZ29.0120.1811.82-
YUV122.48109.11182.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.65%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=52.65%
G=23.81%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199908900.550.550.220.5549.5556.47
HexC75A59037371613238
Octal307132131067672616270
Binary11000111101101010110010110111110111101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75A59; }

 p { color: rgb(199,90,89); }

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

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

 a { background-color: rgb(199,90,89); }

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

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

 span { border-color: rgb(199,90,89); }

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