#C55C58

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

Shades of Fuzzy Wuzzy Brown #C55C58

Tints of Fuzzy Wuzzy Brown #C55C58

Color information

#C55C58 (or 0xC55C58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C5, 5C and 58. RGB value is (197,92,88). Sum of RGB (Red+Green+Blue) = 197+92+88=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C58 is #3AA3A7. Grayscale: #7B7B7B. Windows color (decimal): -3842984 or 5790917. OLE color: 5790917.

HSL color Cylindrical-coordinate representation of color #C55C58: hue angle of 2.2º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55C58 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB1979288-
CMYK00.530.550.23
HSL2.2º48.44%55.88%-
HSV(B)2.2º55.33%77.25%-
XYZ28.6120.2311.63-
YUV122.94108.29180.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.25%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=52.25%
G=24.40%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197928800.530.550.232.248.4455.88
HexC55C58035371723038
Octal305134130065672726070
Binary110001011011100101100001101011101111011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C58; }

 p { color: rgb(197,92,88); }

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

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

 a { background-color: rgb(197,92,88); }

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

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

 span { border-color: rgb(197,92,88); }

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