Html Css Color HEX #C6574E Fuzzy Wuzzy Brown

📋 copy color: '#C6574E'

red 198 ◦ green 87 ◦ blue 78

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

Shades of Fuzzy Wuzzy Brown #C6574E

Tints of Fuzzy Wuzzy Brown #C6574E

RGB

 RED value IS 198 (77.73% from 255) = 54.55%

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

 BLUE value IS 78 (30.86% from 255) = 21.49%

R = 54.55%
G = 23.97%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6574E (or 0xC6574E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 57 and 4E. RGB value is (198,87,78). Sum of RGB (Red+Green+Blue) = 198+87+78=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6574E is #39A8B1. Grayscale: #777777. Windows color (decimal): -3778738 or 5134278. OLE color: 5134278.

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

Color convert

RGB 198 87 78 -
CMYK 0 0.56 0.61 0.22
HSL 4.5º 0.51% 0.54% -
HSV(B) 4.5º 0.61% 0.78% -
XYZ 28.07 19.37 9.47 -
YUV 119.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 198 87 78 0 0.56 0.61 0.22 4.5 0.51 0.54
Hex C6 57 4E 0 38 3D 16 4 33 36
Octal 306 127 116 0 70 75 26 4 63 66
Binary 11000110 1010111 1001110 0 111000 111101 10110 100 110011 110110

Color Harmonies of #C6574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6574E

Black with #C6574E

Text Example


Text Example

White with #C6574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6574E; }

 p { color: rgb(198,87,78); }

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

background-color css

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

 a { background-color: rgb(198,87,78); }

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

border-color css

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

 span { border-color: rgb(198,87,78); }

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