#C75A56

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

Shades of Fuzzy Wuzzy Brown #C75A56

Tints of Fuzzy Wuzzy Brown #C75A56

Color information

#C75A56 (or 0xC75A56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C7, 5A and 56. RGB value is (199,90,86). Sum of RGB (Red+Green+Blue) = 199+90+86=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A56 is #38A5A9. Grayscale: #7A7A7A. Windows color (decimal): -3712426 or 5659335. OLE color: 5659335.

HSL color Cylindrical-coordinate representation of color #C75A56: hue angle of 2.12º 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 #C75A56 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB1999086-
CMYK00.550.570.22
HSL2.12º50.22%55.88%-
HSV(B)2.12º56.78%78.04%-
XYZ28.8920.1311.17-
YUV122.14107.61182.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=53.07%
G=24%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199908600.550.570.222.1250.2255.88
HexC75A56037391623238
Octal307132126067712626270
Binary110001111011010101011001101111110011011010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75A56; }

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

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

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

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

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

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

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

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