Html Css Color HEX #C65850 Fuzzy Wuzzy Brown

📋 copy color: '#C65850'

red 198 ◦ green 88 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C65850

Tints of Fuzzy Wuzzy Brown #C65850

RGB

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

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

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

R = 54.1%
G = 24.04%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C65850 (or 0xC65850) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 58 and 50. RGB value is (198,88,80). Sum of RGB (Red+Green+Blue) = 198+88+80=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C65850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65850 is #39A7AF. Grayscale: #787878. Windows color (decimal): -3778480 or 5265606. OLE color: 5265606.

HSL color Cylindrical-coordinate representation of color #C65850: hue angle of 4.07º 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 #C65850 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 88 80 -
CMYK 0 0.56 0.60 0.22
HSL 4.07º 0.51% 0.55% -
HSV(B) 4.07º 0.6% 0.78% -
XYZ 28.23 19.56 9.88 -
YUV 119.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 198 88 80 0 0.56 0.60 0.22 4.07 0.51 0.55
Hex C6 58 50 0 38 3C 16 4 33 37
Octal 306 130 120 0 70 74 26 4 63 67
Binary 11000110 1011000 1010000 0 111000 111100 10110 100 110011 110111

Color Harmonies of #C65850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65850

Black with #C65850

Text Example


Text Example

White with #C65850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65850; }

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

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

background-color css

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

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

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

border-color css

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

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

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