Html Css Color HEX #C85553 Fuzzy Wuzzy Brown

📋 copy color: '#C85553'

red 200 ◦ green 85 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #C85553

Tints of Fuzzy Wuzzy Brown #C85553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.55%

R = 54.35%
G = 23.1%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C85553 (or 0xC85553) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 55 and 53. RGB value is (200,85,83). Sum of RGB (Red+Green+Blue) = 200+85+83=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C85553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85553 is #37AAAC. Grayscale: #777777. Windows color (decimal): -3648173 or 5461448. OLE color: 5461448.

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

Color convert

RGB 200 85 83 -
CMYK 0 0.58 0.58 0.22
HSL 1.03º 0.52% 0.55% -
HSV(B) 1.03º 0.59% 0.78% -
XYZ 28.63 19.4 10.42 -
YUV 119.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 200 85 83 0 0.58 0.58 0.22 1.03 0.52 0.55
Hex C8 55 53 0 3A 3A 16 1 34 37
Octal 310 125 123 0 72 72 26 1 64 67
Binary 11001000 1010101 1010011 0 111010 111010 10110 1 110100 110111

Color Harmonies of #C85553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85553

Black with #C85553

Text Example


Text Example

White with #C85553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85553; }

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

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

background-color css

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

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

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

border-color css

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

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

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