Html Css Color HEX #C85551 Fuzzy Wuzzy Brown

📋 copy color: '#C85551'

red 200 ◦ green 85 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C85551

Tints of Fuzzy Wuzzy Brown #C85551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

 BLUE value IS 81 (32.03% from 255) = 22.13%

R = 54.64%
G = 23.22%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C85551 (or 0xC85551) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 55 and 51. RGB value is (200,85,81). Sum of RGB (Red+Green+Blue) = 200+85+81=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C85551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85551 is #37AAAE. Grayscale: #777777. Windows color (decimal): -3648175 or 5330376. OLE color: 5330376.

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

Color convert

RGB 200 85 81 -
CMYK 0 0.58 0.59 0.22
HSL 2.02º 0.52% 0.55% -
HSV(B) 2.02º 0.6% 0.78% -
XYZ 28.55 19.37 10.02 -
YUV 118.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 200 85 81 0 0.58 0.59 0.22 2.02 0.52 0.55
Hex C8 55 51 0 3A 3B 16 2 34 37
Octal 310 125 121 0 72 73 26 2 64 67
Binary 11001000 1010101 1010001 0 111010 111011 10110 10 110100 110111

Color Harmonies of #C85551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85551

Black with #C85551

Text Example


Text Example

White with #C85551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85551; }

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

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

background-color css

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

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

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

border-color css

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

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

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