Html Css Color HEX #C85B57 Fuzzy Wuzzy Brown

📋 copy color: '#C85B57'

red 200 ◦ green 91 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C85B57

Tints of Fuzzy Wuzzy Brown #C85B57

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 87 (34.38% from 255) = 23.02%

R = 52.91%
G = 24.07%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C85B57 (or 0xC85B57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 5B and 57. RGB value is (200,91,87). Sum of RGB (Red+Green+Blue) = 200+91+87=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B57 is #37A4A8. Grayscale: #7B7B7B. Windows color (decimal): -3646633 or 5725128. OLE color: 5725128.

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

Color convert

RGB 200 91 87 -
CMYK 0 0.54 0.56 0.22
HSL 2.12º 0.51% 0.56% -
HSV(B) 2.12º 0.57% 0.78% -
XYZ 29.28 20.45 11.42 -
YUV 123.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 200 91 87 0 0.54 0.56 0.22 2.12 0.51 0.56
Hex C8 5B 57 0 36 38 16 2 33 38
Octal 310 133 127 0 66 70 26 2 63 70
Binary 11001000 1011011 1010111 0 110110 111000 10110 10 110011 111000

Color Harmonies of #C85B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B57

Black with #C85B57

Text Example


Text Example

White with #C85B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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