Html Css Color HEX #C05857 Fuzzy Wuzzy Brown

📋 copy color: '#C05857'

red 192 ◦ green 88 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C05857

Tints of Fuzzy Wuzzy Brown #C05857

RGB

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

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

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

R = 52.32%
G = 23.98%
B = 23.71%

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

#C05857 (or 0xC05857) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 58 and 57. RGB value is (192,88,87). Sum of RGB (Red+Green+Blue) = 192+88+87=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C05857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05857 is #3FA7A8. Grayscale: #777777. Windows color (decimal): -4171689 or 5724352. OLE color: 5724352.

HSL color Cylindrical-coordinate representation of color #C05857: hue angle of 0.57º 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 #C05857 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 88 87 -
CMYK 0 0.54 0.55 0.25
HSL 0.57º 0.45% 0.55% -
HSV(B) 0.57º 0.55% 0.75% -
XYZ 26.95 18.87 11.24 -
YUV 118.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 192 88 87 0 0.54 0.55 0.25 0.57 0.45 0.55
Hex C0 58 57 0 36 37 19 1 2D 37
Octal 300 130 127 0 66 67 31 1 55 67
Binary 11000000 1011000 1010111 0 110110 110111 11001 1 101101 110111

Color Harmonies of #C05857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05857

Black with #C05857

Text Example


Text Example

White with #C05857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05857; }

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

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

background-color css

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

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

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

border-color css

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

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

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