Html Css Color HEX #C05650 Fuzzy Wuzzy Brown

📋 copy color: '#C05650'

red 192 ◦ green 86 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C05650

Tints of Fuzzy Wuzzy Brown #C05650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 53.63%
G = 24.02%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C05650 (or 0xC05650) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 56 and 50. RGB value is (192,86,80). Sum of RGB (Red+Green+Blue) = 192+86+80=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C05650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05650 is #3FA9AF. Grayscale: #757575. Windows color (decimal): -4172208 or 5265088. OLE color: 5265088.

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

Color convert

RGB 192 86 80 -
CMYK 0 0.55 0.58 0.25
HSL 3.21º 0.47% 0.53% -
HSV(B) 3.21º 0.58% 0.75% -
XYZ 26.51 18.44 9.75 -
YUV 117.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 192 86 80 0 0.55 0.58 0.25 3.21 0.47 0.53
Hex C0 56 50 0 37 3A 19 3 2F 35
Octal 300 126 120 0 67 72 31 3 57 65
Binary 11000000 1010110 1010000 0 110111 111010 11001 11 101111 110101

Color Harmonies of #C05650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05650

Black with #C05650

Text Example


Text Example

White with #C05650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05650; }

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

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

background-color css

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

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

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

border-color css

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

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

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