#c75050

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

Shades of Fuzzy Wuzzy Brown #C75050

Tints of Fuzzy Wuzzy Brown #C75050

Color information

#C75050 (or 0xC75050) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C7, 50 and 50. RGB value is (199,80,80). Sum of RGB (Red+Green+Blue) = 199+80+80=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C75050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75050 is #38AFAF. Grayscale: #737373. Windows color (decimal): -3714992 or 5263559. OLE color: 5263559.

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

Color convert

RGB1998080-
CMYK00.600.600.22
HSL51.52%54.71%-
HSV(B)59.8%78.04%-
XYZ27.8718.469.68-
YUV115.58107.92187.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.43%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=55.43%
G=22.28%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199808000.600.600.22051.5254.71
HexC7505003C3C1603437
Octal307120120074742606467
Binary11000111101000010100000111100111100101100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c75050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c75050; }

 p { color: rgb(199,80,80); }

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

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

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

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

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

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

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