Html Css Color HEX #C05854 Fuzzy Wuzzy Brown

📋 copy color: '#C05854'

red 192 ◦ green 88 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C05854

Tints of Fuzzy Wuzzy Brown #C05854

RGB

 RED value IS 192 (75.39% from 255) = 52.75%

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

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 52.75%
G = 24.18%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C05854 (or 0xC05854) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 58 and 54. RGB value is (192,88,84). Sum of RGB (Red+Green+Blue) = 192+88+84=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C05854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05854 is #3FA7AB. Grayscale: #767676. Windows color (decimal): -4171692 or 5527744. OLE color: 5527744.

HSL color Cylindrical-coordinate representation of color #C05854: hue angle of 2.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05854 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 88 84 -
CMYK 0 0.54 0.56 0.25
HSL 2.22º 0.46% 0.54% -
HSV(B) 2.22º 0.56% 0.75% -
XYZ 26.83 18.83 10.61 -
YUV 118.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 192 88 84 0 0.54 0.56 0.25 2.22 0.46 0.54
Hex C0 58 54 0 36 38 19 2 2E 36
Octal 300 130 124 0 66 70 31 2 56 66
Binary 11000000 1011000 1010100 0 110110 111000 11001 10 101110 110110

Color Harmonies of #C05854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05854

Black with #C05854

Text Example


Text Example

White with #C05854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05854; }

 p { color: rgb(192,88,84); }

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

background-color css

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

 a { background-color: rgb(192,88,84); }

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

border-color css

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

 span { border-color: rgb(192,88,84); }

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