Html Css Color HEX #C25756 Fuzzy Wuzzy Brown

📋 copy color: '#C25756'

red 194 ◦ green 87 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #C25756

Tints of Fuzzy Wuzzy Brown #C25756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.71%

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 52.86%
G = 23.71%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C25756 (or 0xC25756) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 57 and 56. RGB value is (194,87,86). Sum of RGB (Red+Green+Blue) = 194+87+86=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C25756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25756 is #3DA8A9. Grayscale: #767676. Windows color (decimal): -4040874 or 5658562. OLE color: 5658562.

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

Color convert

RGB 194 87 86 -
CMYK 0 0.55 0.56 0.24
HSL 0.56º 0.47% 0.55% -
HSV(B) 0.56º 0.56% 0.76% -
XYZ 27.34 18.96 11.02 -
YUV 118.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 194 87 86 0 0.55 0.56 0.24 0.56 0.47 0.55
Hex C2 57 56 0 37 38 18 1 2F 37
Octal 302 127 126 0 67 70 30 1 57 67
Binary 11000010 1010111 1010110 0 110111 111000 11000 1 101111 110111

Color Harmonies of #C25756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25756

Black with #C25756

Text Example


Text Example

White with #C25756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25756; }

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

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

background-color css

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

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

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

border-color css

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

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

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