Html Css Color HEX #C85950 Fuzzy Wuzzy Brown

📋 copy color: '#C85950'

red 200 ◦ green 89 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C85950

Tints of Fuzzy Wuzzy Brown #C85950

RGB

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

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

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

R = 54.2%
G = 24.12%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C85950 (or 0xC85950) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 59 and 50. RGB value is (200,89,80). Sum of RGB (Red+Green+Blue) = 200+89+80=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C85950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85950 is #37A6AF. Grayscale: #797979. Windows color (decimal): -3647152 or 5265864. OLE color: 5265864.

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

Color convert

RGB 200 89 80 -
CMYK 0 0.56 0.6 0.22
HSL 4.5º 0.52% 0.55% -
HSV(B) 4.5º 0.6% 0.78% -
XYZ 28.84 20 9.93 -
YUV 121.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 200 89 80 0 0.56 0.6 0.22 4.5 0.52 0.55
Hex C8 59 50 0 38 3C 16 4 34 37
Octal 310 131 120 0 70 74 26 4 64 67
Binary 11001000 1011001 1010000 0 111000 111100 10110 100 110100 110111

Color Harmonies of #C85950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85950

Black with #C85950

Text Example


Text Example

White with #C85950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85950; }

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

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

background-color css

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

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

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

border-color css

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

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

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