Html Css Color HEX #C05A50 Fuzzy Wuzzy Brown

📋 copy color: '#C05A50'

red 192 ◦ green 90 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C05A50

Tints of Fuzzy Wuzzy Brown #C05A50

RGB

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

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

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

R = 53.04%
G = 24.86%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C05A50 (or 0xC05A50) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 50. RGB value is (192,90,80). Sum of RGB (Red+Green+Blue) = 192+90+80=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A50 is #3FA5AF. Grayscale: #777777. Windows color (decimal): -4171184 or 5266112. OLE color: 5266112.

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

Color convert

RGB 192 90 80 -
CMYK 0 0.53 0.58 0.25
HSL 5.36º 0.47% 0.53% -
HSV(B) 5.36º 0.58% 0.75% -
XYZ 26.84 19.1 9.86 -
YUV 119.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 192 90 80 0 0.53 0.58 0.25 5.36 0.47 0.53
Hex C0 5A 50 0 35 3A 19 5 2F 35
Octal 300 132 120 0 65 72 31 5 57 65
Binary 11000000 1011010 1010000 0 110101 111010 11001 101 101111 110101

Color Harmonies of #C05A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A50

Black with #C05A50

Text Example


Text Example

White with #C05A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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