Html Css Color HEX #C65950 Fuzzy Wuzzy Brown

📋 copy color: '#C65950'

red 198 ◦ green 89 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C65950

Tints of Fuzzy Wuzzy Brown #C65950

RGB

 RED value IS 198 (77.73% from 255) = 53.95%

 GREEN value IS 89 (35.16% from 255) = 24.25%

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

R = 53.95%
G = 24.25%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C65950 (or 0xC65950) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 59 and 50. RGB value is (198,89,80). Sum of RGB (Red+Green+Blue) = 198+89+80=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C65950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65950 is #39A6AF. Grayscale: #787878. Windows color (decimal): -3778224 or 5265862. OLE color: 5265862.

HSL color Cylindrical-coordinate representation of color #C65950: hue angle of 4.58º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65950 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 89 80 -
CMYK 0 0.55 0.60 0.22
HSL 4.58º 0.51% 0.55% -
HSV(B) 4.58º 0.6% 0.78% -
XYZ 28.31 19.73 9.91 -
YUV 120.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 198 89 80 0 0.55 0.60 0.22 4.58 0.51 0.55
Hex C6 59 50 0 37 3C 16 5 33 37
Octal 306 131 120 0 67 74 26 5 63 67
Binary 11000110 1011001 1010000 0 110111 111100 10110 101 110011 110111

Color Harmonies of #C65950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65950

Black with #C65950

Text Example


Text Example

White with #C65950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65950; }

 p { color: rgb(198,89,80); }

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

background-color css

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

 a { background-color: rgb(198,89,80); }

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

border-color css

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

 span { border-color: rgb(198,89,80); }

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