Html Css Color HEX #C05850 Fuzzy Wuzzy Brown

📋 copy color: '#C05850'

red 192 ◦ green 88 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C05850

Tints of Fuzzy Wuzzy Brown #C05850

RGB

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

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

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

R = 53.33%
G = 24.44%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C05850 (or 0xC05850) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 58 and 50. RGB value is (192,88,80). Sum of RGB (Red+Green+Blue) = 192+88+80=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05850 is #3FA7AF. Grayscale: #767676. Windows color (decimal): -4171696 or 5265600. OLE color: 5265600.

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

Color convert

RGB 192 88 80 -
CMYK 0 0.54 0.58 0.25
HSL 4.29º 0.47% 0.53% -
HSV(B) 4.29º 0.58% 0.75% -
XYZ 26.68 18.77 9.81 -
YUV 118.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 192 88 80 0 0.54 0.58 0.25 4.29 0.47 0.53
Hex C0 58 50 0 36 3A 19 4 2F 35
Octal 300 130 120 0 66 72 31 4 57 65
Binary 11000000 1011000 1010000 0 110110 111010 11001 100 101111 110101

Color Harmonies of #C05850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05850

Black with #C05850

Text Example


Text Example

White with #C05850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05850; }

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

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

background-color css

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

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

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

border-color css

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

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

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