Html Css Color HEX #C25851 Fuzzy Wuzzy Brown

📋 copy color: '#C25851'

red 194 ◦ green 88 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C25851

Tints of Fuzzy Wuzzy Brown #C25851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.31%

R = 53.44%
G = 24.24%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C25851 (or 0xC25851) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 58 and 51. RGB value is (194,88,81). Sum of RGB (Red+Green+Blue) = 194+88+81=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C25851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25851 is #3DA7AE. Grayscale: #777777. Windows color (decimal): -4040623 or 5331138. OLE color: 5331138.

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

Color convert

RGB 194 88 81 -
CMYK 0 0.55 0.58 0.24
HSL 3.72º 0.48% 0.54% -
HSV(B) 3.72º 0.58% 0.76% -
XYZ 27.22 19.04 10.03 -
YUV 118.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 194 88 81 0 0.55 0.58 0.24 3.72 0.48 0.54
Hex C2 58 51 0 37 3A 18 4 30 36
Octal 302 130 121 0 67 72 30 4 60 66
Binary 11000010 1011000 1010001 0 110111 111010 11000 100 110000 110110

Color Harmonies of #C25851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25851

Black with #C25851

Text Example


Text Example

White with #C25851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25851; }

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

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

background-color css

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

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

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

border-color css

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

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

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