Html Css Color HEX #C85955 Fuzzy Wuzzy Brown

📋 copy color: '#C85955'

red 200 ◦ green 89 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C85955

Tints of Fuzzy Wuzzy Brown #C85955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 53.48%
G = 23.8%
B = 22.73%

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

#C85955 (or 0xC85955) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 59 and 55. RGB value is (200,89,85). Sum of RGB (Red+Green+Blue) = 200+89+85=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C85955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85955 is #37A6AA. Grayscale: #797979. Windows color (decimal): -3647147 or 5593544. OLE color: 5593544.

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

Color convert

RGB 200 89 85 -
CMYK 0 0.56 0.58 0.22
HSL 2.09º 0.51% 0.56% -
HSV(B) 2.09º 0.58% 0.78% -
XYZ 29.03 20.08 10.94 -
YUV 121.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 200 89 85 0 0.56 0.58 0.22 2.09 0.51 0.56
Hex C8 59 55 0 38 3A 16 2 33 38
Octal 310 131 125 0 70 72 26 2 63 70
Binary 11001000 1011001 1010101 0 111000 111010 10110 10 110011 111000

Color Harmonies of #C85955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85955

Black with #C85955

Text Example


Text Example

White with #C85955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85955; }

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

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

background-color css

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

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

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

border-color css

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

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

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