Html Css Color HEX #C85753 Fuzzy Wuzzy Brown

📋 copy color: '#C85753'

red 200 ◦ green 87 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #C85753

Tints of Fuzzy Wuzzy Brown #C85753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

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

R = 54.05%
G = 23.51%
B = 22.43%

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

#C85753 (or 0xC85753) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 57 and 53. RGB value is (200,87,83). Sum of RGB (Red+Green+Blue) = 200+87+83=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C85753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85753 is #37A8AC. Grayscale: #787878. Windows color (decimal): -3647661 or 5461960. OLE color: 5461960.

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

Color convert

RGB 200 87 83 -
CMYK 0 0.56 0.58 0.22
HSL 2.05º 0.52% 0.55% -
HSV(B) 2.05º 0.59% 0.78% -
XYZ 28.79 19.72 10.47 -
YUV 120.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 200 87 83 0 0.56 0.58 0.22 2.05 0.52 0.55
Hex C8 57 53 0 38 3A 16 2 34 37
Octal 310 127 123 0 70 72 26 2 64 67
Binary 11001000 1010111 1010011 0 111000 111010 10110 10 110100 110111

Color Harmonies of #C85753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85753

Black with #C85753

Text Example


Text Example

White with #C85753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85753; }

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

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

background-color css

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

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

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

border-color css

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

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

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