Html Css Color HEX #C05756 Fuzzy Wuzzy Brown

📋 copy color: '#C05756'

red 192 ◦ green 87 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #C05756

Tints of Fuzzy Wuzzy Brown #C05756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.84%

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

R = 52.6%
G = 23.84%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C05756 (or 0xC05756) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 57 and 56. RGB value is (192,87,86). Sum of RGB (Red+Green+Blue) = 192+87+86=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C05756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05756 is #3FA8A9. Grayscale: #767676. Windows color (decimal): -4171946 or 5658560. OLE color: 5658560.

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

Color convert

RGB 192 87 86 -
CMYK 0 0.55 0.55 0.25
HSL 0.57º 0.46% 0.55% -
HSV(B) 0.57º 0.55% 0.75% -
XYZ 26.83 18.69 11 -
YUV 118.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 192 87 86 0 0.55 0.55 0.25 0.57 0.46 0.55
Hex C0 57 56 0 37 37 19 1 2E 37
Octal 300 127 126 0 67 67 31 1 56 67
Binary 11000000 1010111 1010110 0 110111 110111 11001 1 101110 110111

Color Harmonies of #C05756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05756

Black with #C05756

Text Example


Text Example

White with #C05756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05756; }

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

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

background-color css

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

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

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

border-color css

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

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

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