Html Css Color HEX #C05957 Fuzzy Wuzzy Brown

📋 copy color: '#C05957'

red 192 ◦ green 89 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C05957

Tints of Fuzzy Wuzzy Brown #C05957

RGB

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

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

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

R = 52.17%
G = 24.18%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C05957 (or 0xC05957) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 59 and 57. RGB value is (192,89,87). Sum of RGB (Red+Green+Blue) = 192+89+87=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C05957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05957 is #3FA6A8. Grayscale: #777777. Windows color (decimal): -4171433 or 5724608. OLE color: 5724608.

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

Color convert

RGB 192 89 87 -
CMYK 0 0.54 0.55 0.25
HSL 1.14º 0.45% 0.55% -
HSV(B) 1.14º 0.55% 0.75% -
XYZ 27.03 19.04 11.27 -
YUV 119.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 192 89 87 0 0.54 0.55 0.25 1.14 0.45 0.55
Hex C0 59 57 0 36 37 19 1 2D 37
Octal 300 131 127 0 66 67 31 1 55 67
Binary 11000000 1011001 1010111 0 110110 110111 11001 1 101101 110111

Color Harmonies of #C05957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05957

Black with #C05957

Text Example


Text Example

White with #C05957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05957; }

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

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

background-color css

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

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

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

border-color css

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

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

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