#C65A58

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

Shades of Fuzzy Wuzzy Brown #C65A58

Tints of Fuzzy Wuzzy Brown #C65A58

Color information

#C65A58 (or 0xC65A58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C6, 5A and 58. RGB value is (198,90,88). Sum of RGB (Red+Green+Blue) = 198+90+88=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A58 is #39A5A7. Grayscale: #7A7A7A. Windows color (decimal): -3777960 or 5790406. OLE color: 5790406.

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

Color convert

RGB1989088-
CMYK00.550.560.22
HSL1.09º49.11%56.08%-
HSV(B)1.09º55.56%77.65%-
XYZ28.7120.0211.58-
YUV122.06108.78182.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.66%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=52.66%
G=23.94%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198908800.550.560.221.0949.1156.08
HexC65A58037381613138
Octal306132130067702616170
Binary11000110101101010110000110111111000101101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A58; }

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

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

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

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

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

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

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

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