Html Css Color HEX #C25550 Fuzzy Wuzzy Brown

📋 copy color: '#C25550'

red 194 ◦ green 85 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C25550

Tints of Fuzzy Wuzzy Brown #C25550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.68%

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

R = 54.04%
G = 23.68%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C25550 (or 0xC25550) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 55 and 50. RGB value is (194,85,80). Sum of RGB (Red+Green+Blue) = 194+85+80=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C25550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25550 is #3DAAAF. Grayscale: #757575. Windows color (decimal): -4041392 or 5264834. OLE color: 5264834.

HSL color Cylindrical-coordinate representation of color #C25550: hue angle of 2.63º 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 #C25550 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 80 -
CMYK 0 0.56 0.59 0.24
HSL 2.63º 0.48% 0.54% -
HSV(B) 2.63º 0.59% 0.76% -
XYZ 26.94 18.55 9.75 -
YUV 117.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 194 85 80 0 0.56 0.59 0.24 2.63 0.48 0.54
Hex C2 55 50 0 38 3B 18 3 30 36
Octal 302 125 120 0 70 73 30 3 60 66
Binary 11000010 1010101 1010000 0 111000 111011 11000 11 110000 110110

Color Harmonies of #C25550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25550

Black with #C25550

Text Example


Text Example

White with #C25550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25550; }

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

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

background-color css

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

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

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

border-color css

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

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

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