Html Css Color HEX #C85654 Fuzzy Wuzzy Brown

📋 copy color: '#C85654'

red 200 ◦ green 86 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C85654

Tints of Fuzzy Wuzzy Brown #C85654

RGB

 RED value IS 200 (78.52% from 255) = 54.05%

 GREEN value IS 86 (33.98% from 255) = 23.24%

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

R = 54.05%
G = 23.24%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C85654 (or 0xC85654) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 56 and 54. RGB value is (200,86,84). Sum of RGB (Red+Green+Blue) = 200+86+84=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C85654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85654 is #37A9AB. Grayscale: #777777. Windows color (decimal): -3647916 or 5527240. OLE color: 5527240.

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

Color convert

RGB 200 86 84 -
CMYK 0 0.57 0.58 0.22
HSL 1.03º 0.51% 0.56% -
HSV(B) 1.03º 0.58% 0.78% -
XYZ 28.75 19.58 10.65 -
YUV 119.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 200 86 84 0 0.57 0.58 0.22 1.03 0.51 0.56
Hex C8 56 54 0 39 3A 16 1 33 38
Octal 310 126 124 0 71 72 26 1 63 70
Binary 11001000 1010110 1010100 0 111001 111010 10110 1 110011 111000

Color Harmonies of #C85654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85654

Black with #C85654

Text Example


Text Example

White with #C85654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85654; }

 p { color: rgb(200,86,84); }

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

background-color css

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

 a { background-color: rgb(200,86,84); }

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

border-color css

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

 span { border-color: rgb(200,86,84); }

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