Html Css Color HEX #C25850 Fuzzy Wuzzy Brown

📋 copy color: '#C25850'

red 194 ◦ green 88 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C25850

Tints of Fuzzy Wuzzy Brown #C25850

RGB

 RED value IS 194 (76.17% from 255) = 53.59%

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 80 (31.64% from 255) = 22.1%

R = 53.59%
G = 24.31%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C25850 (or 0xC25850) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 58 and 50. RGB value is (194,88,80). Sum of RGB (Red+Green+Blue) = 194+88+80=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C25850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25850 is #3DA7AF. Grayscale: #767676. Windows color (decimal): -4040624 or 5265602. OLE color: 5265602.

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

Color convert

RGB 194 88 80 -
CMYK 0 0.55 0.59 0.24
HSL 4.21º 0.48% 0.54% -
HSV(B) 4.21º 0.59% 0.76% -
XYZ 27.19 19.03 9.83 -
YUV 118.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 194 88 80 0 0.55 0.59 0.24 4.21 0.48 0.54
Hex C2 58 50 0 37 3B 18 4 30 36
Octal 302 130 120 0 67 73 30 4 60 66
Binary 11000010 1011000 1010000 0 110111 111011 11000 100 110000 110110

Color Harmonies of #C25850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25850

Black with #C25850

Text Example


Text Example

White with #C25850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25850; }

 p { color: rgb(194,88,80); }

 H1.HeaderClassName
 {
   color: #C25850;
 }
 .AnyTagClassName
 {
   color: #C25850;
 }
</style>

background-color css

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

 a { background-color: rgb(194,88,80); }

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

border-color css

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

 span { border-color: rgb(194,88,80); }

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