Html Css Color HEX #C05958 Fuzzy Wuzzy Brown

📋 copy color: '#C05958'

red 192 ◦ green 89 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #C05958

Tints of Fuzzy Wuzzy Brown #C05958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.12%

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

R = 52.03%
G = 24.12%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C05958 (or 0xC05958) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 59 and 58. RGB value is (192,89,88). Sum of RGB (Red+Green+Blue) = 192+89+88=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C05958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05958 is #3FA6A7. Grayscale: #777777. Windows color (decimal): -4171432 or 5790144. OLE color: 5790144.

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

Color convert

RGB 192 89 88 -
CMYK 0 0.54 0.54 0.25
HSL 0.58º 0.45% 0.55% -
HSV(B) 0.58º 0.54% 0.75% -
XYZ 27.07 19.06 11.48 -
YUV 119.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 192 89 88 0 0.54 0.54 0.25 0.58 0.45 0.55
Hex C0 59 58 0 36 36 19 1 2D 37
Octal 300 131 130 0 66 66 31 1 55 67
Binary 11000000 1011001 1011000 0 110110 110110 11001 1 101101 110111

Color Harmonies of #C05958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05958

Black with #C05958

Text Example


Text Example

White with #C05958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05958; }

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

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

background-color css

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

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

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

border-color css

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

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

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