#C75351

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

Shades of Fuzzy Wuzzy Brown #C75351

Tints of Fuzzy Wuzzy Brown #C75351

Color information

#C75351 (or 0xC75351) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C7, 53 and 51. RGB value is (199,83,81). Sum of RGB (Red+Green+Blue) = 199+83+81=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C75351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75351 is #38ACAE. Grayscale: #757575. Windows color (decimal): -3714223 or 5329863. OLE color: 5329863.

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

Color convert

RGB1998381-
CMYK00.580.590.22
HSL1.02º51.3%54.9%-
HSV(B)1.02º59.3%78.04%-
XYZ28.1318.929.95-
YUV117.46107.43186.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.82%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=54.82%
G=22.87%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199838100.580.590.221.0251.354.9
HexC7535103A3B1613337
Octal307123121072732616367
Binary11000111101001110100010111010111011101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75351; }

 p { color: rgb(199,83,81); }

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

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

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

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

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

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

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