Html Css Color HEX #C65B59 Fuzzy Wuzzy Brown

📋 copy color: '#C65B59'

red 198 ◦ green 91 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #C65B59

Tints of Fuzzy Wuzzy Brown #C65B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 89 (35.16% from 255) = 23.54%

R = 52.38%
G = 24.07%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C65B59 (or 0xC65B59) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 5B and 59. RGB value is (198,91,89). Sum of RGB (Red+Green+Blue) = 198+91+89=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65B59 is #39A4A6. Grayscale: #7A7A7A. Windows color (decimal): -3777703 or 5856198. OLE color: 5856198.

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

Color convert

RGB 198 91 89 -
CMYK 0 0.54 0.55 0.22
HSL 1.1º 0.49% 0.56% -
HSV(B) 1.1º 0.55% 0.78% -
XYZ 28.83 20.21 11.83 -
YUV 122.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 198 91 89 0 0.54 0.55 0.22 1.1 0.49 0.56
Hex C6 5B 59 0 36 37 16 1 31 38
Octal 306 133 131 0 66 67 26 1 61 70
Binary 11000110 1011011 1011001 0 110110 110111 10110 1 110001 111000

Color Harmonies of #C65B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B59

Black with #C65B59

Text Example


Text Example

White with #C65B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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