Html Css Color HEX #C85150 Fuzzy Wuzzy Brown

📋 copy color: '#C85150'

red 200 ◦ green 81 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C85150

Tints of Fuzzy Wuzzy Brown #C85150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 55.4%
G = 22.44%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C85150 (or 0xC85150) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 51 and 50. RGB value is (200,81,80). Sum of RGB (Red+Green+Blue) = 200+81+80=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C85150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85150 is #37AEAF. Grayscale: #747474. Windows color (decimal): -3649200 or 5263816. OLE color: 5263816.

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

Color convert

RGB 200 81 80 -
CMYK 0 0.59 0.6 0.22
HSL 0.5º 0.52% 0.55% -
HSV(B) 0.5º 0.6% 0.78% -
XYZ 28.21 18.74 9.72 -
YUV 116.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 200 81 80 0 0.59 0.6 0.22 0.5 0.52 0.55
Hex C8 51 50 0 3B 3C 16 0 34 37
Octal 310 121 120 0 73 74 26 0 64 67
Binary 11001000 1010001 1010000 0 111011 111100 10110 0 110100 110111

Color Harmonies of #C85150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85150

Black with #C85150

Text Example


Text Example

White with #C85150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85150; }

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

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

background-color css

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

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

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

border-color css

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

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

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