Html Css Color HEX #C85A54 Fuzzy Wuzzy Brown

📋 copy color: '#C85A54'

red 200 ◦ green 90 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C85A54

Tints of Fuzzy Wuzzy Brown #C85A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 53.48%
G = 24.06%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C85A54 (or 0xC85A54) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 5A and 54. RGB value is (200,90,84). Sum of RGB (Red+Green+Blue) = 200+90+84=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A54 is #37A5AB. Grayscale: #7A7A7A. Windows color (decimal): -3646892 or 5528264. OLE color: 5528264.

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

Color convert

RGB 200 90 84 -
CMYK 0 0.55 0.58 0.22
HSL 3.1º 0.51% 0.56% -
HSV(B) 3.1º 0.58% 0.78% -
XYZ 29.08 20.23 10.76 -
YUV 122.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 200 90 84 0 0.55 0.58 0.22 3.1 0.51 0.56
Hex C8 5A 54 0 37 3A 16 3 33 38
Octal 310 132 124 0 67 72 26 3 63 70
Binary 11001000 1011010 1010100 0 110111 111010 10110 11 110011 111000

Color Harmonies of #C85A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A54

Black with #C85A54

Text Example


Text Example

White with #C85A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A54; }

 p { color: rgb(200,90,84); }

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

background-color css

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

 a { background-color: rgb(200,90,84); }

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

border-color css

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

 span { border-color: rgb(200,90,84); }

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