Html Css Color HEX #C5514F Fuzzy Wuzzy Brown

📋 copy color: '#C5514F'

red 197 ◦ green 81 ◦ blue 79

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

Shades of Fuzzy Wuzzy Brown #C5514F

Tints of Fuzzy Wuzzy Brown #C5514F

RGB

 RED value IS 197 (77.34% from 255) = 55.18%

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

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 55.18%
G = 22.69%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5514F (or 0xC5514F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 51 and 4F. RGB value is (197,81,79). Sum of RGB (Red+Green+Blue) = 197+81+79=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5514F is #3AAEB0. Grayscale: #737373. Windows color (decimal): -3845809 or 5198277. OLE color: 5198277.

HSL color Cylindrical-coordinate representation of color #C5514F: hue angle of 1.02º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5514F is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 79 -
CMYK 0 0.59 0.60 0.23
HSL 1.02º 0.5% 0.54% -
HSV(B) 1.02º 0.6% 0.77% -
XYZ 27.38 18.32 9.49 -
YUV 115.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 197 81 79 0 0.59 0.60 0.23 1.02 0.5 0.54
Hex C5 51 4F 0 3B 3C 17 1 32 36
Octal 305 121 117 0 73 74 27 1 62 66
Binary 11000101 1010001 1001111 0 111011 111100 10111 1 110010 110110

Color Harmonies of #C5514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5514F

Black with #C5514F

Text Example


Text Example

White with #C5514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5514F; }

 p { color: rgb(197,81,79); }

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

background-color css

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

 a { background-color: rgb(197,81,79); }

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

border-color css

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

 span { border-color: rgb(197,81,79); }

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