Html Css Color HEX #C25857 Fuzzy Wuzzy Brown

📋 copy color: '#C25857'

red 194 ◦ green 88 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C25857

Tints of Fuzzy Wuzzy Brown #C25857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.58%

R = 52.57%
G = 23.85%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C25857 (or 0xC25857) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 58 and 57. RGB value is (194,88,87). Sum of RGB (Red+Green+Blue) = 194+88+87=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C25857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25857 is #3DA7A8. Grayscale: #777777. Windows color (decimal): -4040617 or 5724354. OLE color: 5724354.

HSL color Cylindrical-coordinate representation of color #C25857: 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.55%. Process color model (Four color, CMYK) of #C25857 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 87 -
CMYK 0 0.55 0.55 0.24
HSL 0.56º 0.47% 0.55% -
HSV(B) 0.56º 0.55% 0.76% -
XYZ 27.46 19.14 11.26 -
YUV 119.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 194 88 87 0 0.55 0.55 0.24 0.56 0.47 0.55
Hex C2 58 57 0 37 37 18 1 2F 37
Octal 302 130 127 0 67 67 30 1 57 67
Binary 11000010 1011000 1010111 0 110111 110111 11000 1 101111 110111

Color Harmonies of #C25857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25857

Black with #C25857

Text Example


Text Example

White with #C25857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25857; }

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

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

background-color css

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

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

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

border-color css

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

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

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