Html Css Color HEX #C25754 Fuzzy Wuzzy Brown

📋 copy color: '#C25754'

red 194 ◦ green 87 ◦ blue 84

#C25754
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #C25754

Tints of Fuzzy Wuzzy Brown #C25754

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.2% from 255) = 23.01%

R = 53.15%
G = 23.84%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C25754 (or 0xC25754) is known color: 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

RGB 194 87 84 -
CMYK 0 0.55 0.57 0.24
HSL 1.64º 0.47% 0.55% -
HSV(B) 1.64º 0.57% 0.76% -
XYZ 27.26 18.93 10.6 -
YUV 118.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 194 87 84 0 0.55 0.57 0.24 1.64 0.47 0.55
Hex C2 57 54 0 37 39 18 2 2F 37
Octal 302 127 124 0 67 71 30 2 57 67
Binary 11000010 1010111 1010100 0 110111 111001 11000 10 101111 110111

Color Harmonies of #C25754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25754

Black with #C25754

Text Example


Text Example

White with #C25754

Text Example


Text Example

HTML Codes & Css Web 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>