#C25754

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

Shades of Fuzzy Wuzzy Brown #C25754

Tints of Fuzzy Wuzzy Brown #C25754

Color information

#C25754 (or 0xC25754) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C2, 57 and 54. RGB value is (194,87,84). Sum of RGB (Red+Green+Blue) = 194+87+84=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C25754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25754 is #3DA8AB. Grayscale: #767676. Windows color (decimal): -4040876 or 5527490. OLE color: 5527490.

HSL color Cylindrical-coordinate representation of color #C25754: hue angle of 1.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25754 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB1948784-
CMYK00.550.570.24
HSL1.64º47.41%54.51%-
HSV(B)1.64º56.7%76.08%-
XYZ27.2618.9310.6-
YUV118.65108.45181.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.15%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=53.15%
G=23.84%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194878400.550.570.241.6447.4154.51
HexC25754037391822f37
Octal302127124067713025767
Binary110000101010111101010001101111110011100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25754; }

 p { color: rgb(194,87,84); }

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

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

 a { background-color: rgb(194,87,84); }

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

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

 span { border-color: rgb(194,87,84); }

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