Html Css Color HEX #C05A56 Fuzzy Wuzzy Brown

📋 copy color: '#C05A56'

red 192 ◦ green 90 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #C05A56

Tints of Fuzzy Wuzzy Brown #C05A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.46%

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

R = 52.17%
G = 24.46%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C05A56 (or 0xC05A56) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 56. RGB value is (192,90,86). Sum of RGB (Red+Green+Blue) = 192+90+86=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A56 is #3FA5A9. Grayscale: #787878. Windows color (decimal): -4171178 or 5659328. OLE color: 5659328.

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

Color convert

RGB 192 90 86 -
CMYK 0 0.53 0.55 0.25
HSL 2.26º 0.46% 0.55% -
HSV(B) 2.26º 0.55% 0.75% -
XYZ 27.07 19.19 11.08 -
YUV 120.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 192 90 86 0 0.53 0.55 0.25 2.26 0.46 0.55
Hex C0 5A 56 0 35 37 19 2 2E 37
Octal 300 132 126 0 65 67 31 2 56 67
Binary 11000000 1011010 1010110 0 110101 110111 11001 10 101110 110111

Color Harmonies of #C05A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A56

Black with #C05A56

Text Example


Text Example

White with #C05A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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