Html Css Color HEX #C05856 Fuzzy Wuzzy Brown

📋 copy color: '#C05856'

red 192 ◦ green 88 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #C05856

Tints of Fuzzy Wuzzy Brown #C05856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.5%

R = 52.46%
G = 24.04%
B = 23.5%

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

#C05856 (or 0xC05856) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 58 and 56. RGB value is (192,88,86). Sum of RGB (Red+Green+Blue) = 192+88+86=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C05856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05856 is #3FA7A9. Grayscale: #767676. Windows color (decimal): -4171690 or 5658816. OLE color: 5658816.

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

Color convert

RGB 192 88 86 -
CMYK 0 0.54 0.55 0.25
HSL 1.13º 0.46% 0.55% -
HSV(B) 1.13º 0.55% 0.75% -
XYZ 26.91 18.86 11.03 -
YUV 118.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 192 88 86 0 0.54 0.55 0.25 1.13 0.46 0.55
Hex C0 58 56 0 36 37 19 1 2E 37
Octal 300 130 126 0 66 67 31 1 56 67
Binary 11000000 1011000 1010110 0 110110 110111 11001 1 101110 110111

Color Harmonies of #C05856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05856

Black with #C05856

Text Example


Text Example

White with #C05856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05856; }

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

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

background-color css

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

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

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

border-color css

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

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

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