#C65A59

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

Shades of Fuzzy Wuzzy Brown #C65A59

Tints of Fuzzy Wuzzy Brown #C65A59

Color information

#C65A59 (or 0xC65A59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C6, 5A and 59. RGB value is (198,90,89). Sum of RGB (Red+Green+Blue) = 198+90+89=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A59 is #39A5A6. Grayscale: #7A7A7A. Windows color (decimal): -3777959 or 5855942. OLE color: 5855942.

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

Color convert

RGB1989089-
CMYK00.550.550.22
HSL0.55º48.88%56.27%-
HSV(B)0.55º55.05%77.65%-
XYZ28.7520.0411.8-
YUV122.18109.28182.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.52%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=52.52%
G=23.87%
B=23.61%

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
Decimal198908900.550.550.220.5548.8856.27
HexC65A59037371613138
Octal306132131067672616170
Binary11000110101101010110010110111110111101101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A59; }

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

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

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

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

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

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

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

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