Html Css Color HEX #C25650 Fuzzy Wuzzy Brown

📋 copy color: '#C25650'

red 194 ◦ green 86 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C25650

Tints of Fuzzy Wuzzy Brown #C25650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

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

R = 53.89%
G = 23.89%
B = 22.22%

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

#C25650 (or 0xC25650) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 56 and 50. RGB value is (194,86,80). Sum of RGB (Red+Green+Blue) = 194+86+80=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C25650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25650 is #3DA9AF. Grayscale: #757575. Windows color (decimal): -4041136 or 5265090. OLE color: 5265090.

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

Color convert

RGB 194 86 80 -
CMYK 0 0.56 0.59 0.24
HSL 3.16º 0.48% 0.54% -
HSV(B) 3.16º 0.59% 0.76% -
XYZ 27.02 18.7 9.78 -
YUV 117.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 194 86 80 0 0.56 0.59 0.24 3.16 0.48 0.54
Hex C2 56 50 0 38 3B 18 3 30 36
Octal 302 126 120 0 70 73 30 3 60 66
Binary 11000010 1010110 1010000 0 111000 111011 11000 11 110000 110110

Color Harmonies of #C25650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25650

Black with #C25650

Text Example


Text Example

White with #C25650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25650; }

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

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

background-color css

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

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

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

border-color css

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

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

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