Html Css Color HEX #C65854 Fuzzy Wuzzy Brown

📋 copy color: '#C65854'

red 198 ◦ green 88 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C65854

Tints of Fuzzy Wuzzy Brown #C65854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.7%

R = 53.51%
G = 23.78%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C65854 (or 0xC65854) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 58 and 54. RGB value is (198,88,84). Sum of RGB (Red+Green+Blue) = 198+88+84=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C65854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65854 is #39A7AB. Grayscale: #787878. Windows color (decimal): -3778476 or 5527750. OLE color: 5527750.

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

Color convert

RGB 198 88 84 -
CMYK 0 0.56 0.58 0.22
HSL 2.11º 0.5% 0.55% -
HSV(B) 2.11º 0.58% 0.78% -
XYZ 28.38 19.63 10.68 -
YUV 120.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 198 88 84 0 0.56 0.58 0.22 2.11 0.5 0.55
Hex C6 58 54 0 38 3A 16 2 32 37
Octal 306 130 124 0 70 72 26 2 62 67
Binary 11000110 1011000 1010100 0 111000 111010 10110 10 110010 110111

Color Harmonies of #C65854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65854

Black with #C65854

Text Example


Text Example

White with #C65854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65854; }

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

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

background-color css

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

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

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

border-color css

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

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

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