#C85A58

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

Shades of Fuzzy Wuzzy Brown #C85A58

Tints of Fuzzy Wuzzy Brown #C85A58

Color information

#C85A58 (or 0xC85A58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 5A and 58. RGB value is (200,90,88). Sum of RGB (Red+Green+Blue) = 200+90+88=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A58 is #37A5A7. Grayscale: #7A7A7A. Windows color (decimal): -3646888 or 5790408. OLE color: 5790408.

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

Color convert

RGB2009088-
CMYK00.550.560.22
HSL1.07º50.45%56.47%-
HSV(B)1.07º56%78.43%-
XYZ29.2420.311.61-
YUV122.66108.44183.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.91%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=52.91%
G=23.81%
B=23.28%

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
Decimal200908800.550.560.221.0750.4556.47
HexC85A58037381613238
Octal310132130067702616270
Binary11001000101101010110000110111111000101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A58; }

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

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

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

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

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

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

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

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